From 36babaa1d441eab7e8843c914421f2cdfaf0417f Mon Sep 17 00:00:00 2001 From: jmatthew Date: Fri, 21 Sep 2018 02:14:37 +0000 Subject: [PATCH] mention RTL8188EE support --- share/man/man4/rtwn.4 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/share/man/man4/rtwn.4 b/share/man/man4/rtwn.4 index 65ed37e6a93..f79128339d2 100644 --- a/share/man/man4/rtwn.4 +++ b/share/man/man4/rtwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtwn.4,v 1.5 2018/07/15 10:44:49 phessler Exp $ +.\" $OpenBSD: rtwn.4,v 1.6 2018/09/21 02:14:37 jmatthew Exp $ .\" .\" Copyright (c) 2010 Damien Bergamini .\" Copyright (c) 2015 Stefan Sperling @@ -15,22 +15,23 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 15 2018 $ +.Dd $Mdocdate: September 21 2018 $ .Dt RTWN 4 .Os .Sh NAME .Nm rtwn -.Nd Realtek RTL8188CE/RTL8192CE PCIe IEEE 802.11b/g/n wireless network device +.Nd Realtek RTL8188CE/RTL8188EE/RTL8192CE PCIe IEEE 802.11b/g/n wireless +network device .Sh SYNOPSIS .Cd "rtwn* at pci? port ?" .Sh DESCRIPTION The .Nm driver supports PCIe wireless network devices based on the Realtek -RTL8188CE and RTL8192CE chipsets. +RTL8188CE, RTL8188EE and RTL8192CE chipsets. .Pp -The RTL8188CE is a highly integrated 802.11n adapter that combines a MAC, -a 1T1R capable baseband and an RF in a single chip. +The RTL8188CE and RTL8188EE are highly integrated 802.11n adapters that +combine a MAC, a 1T1R capable baseband and an RF in a single chip. .Pp The RTL8192CE is a highly integrated multiple-in, multiple-out (MIMO) 802.11n adapter that combines a MAC, a 2T2R capable baseband and an @@ -78,6 +79,7 @@ The driver needs at least version 1.0 of the following firmware files, which are loaded when an interface is brought up: .Pp .Bl -tag -width Ds -offset indent -compact +.It Pa /etc/firmware/rtwn-rtl8188efw .It Pa /etc/firmware/rtwn-rtl8192cfwU .It Pa /etc/firmware/rtwn-rtl8192cfwU_B .El -- 2.20.1