summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-05-23 06:47:47 +0000
committerhselasky <hselasky@FreeBSD.org>2014-05-23 06:47:47 +0000
commit2975fdd0c2fa901cd9b77b65ffcb9c17c65df223 (patch)
tree648a3c3a4105319455d8b325f3dc3689ff3ccf08 /share
parenta2758dea62a897bcfeeb94f3689a0340d2f2db7b (diff)
downloadFreeBSD-src-2975fdd0c2fa901cd9b77b65ffcb9c17c65df223.zip
FreeBSD-src-2975fdd0c2fa901cd9b77b65ffcb9c17c65df223.tar.gz
MFC r257543, r264912, r264972, r264982 and r266472:
- Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets. - Add device ID for 'Sanoxy 802.11N' USB - Initialize rssi variable. - Fix gcc build, initialize off variable. - The DELAY() should not be used in USB drivers. - The usb_pause_mtx() function takes ticks and not milliseconds as last argument.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/urtwn.412
-rw-r--r--share/man/man4/urtwnfw.46
2 files changed, 11 insertions, 7 deletions
diff --git a/share/man/man4/urtwn.4 b/share/man/man4/urtwn.4
index 3c02de9..9e3309f 100644
--- a/share/man/man4/urtwn.4
+++ b/share/man/man4/urtwn.4
@@ -19,7 +19,7 @@
.Os
.Sh NAME
.Nm urtwn
-.Nd Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network device
+.Nd Realtek RTL8188CU/RTL8188EU/RTL8192CU USB IEEE 802.11b/g/n wireless network device
.Sh SYNOPSIS
To compile this driver into the kernel,
place the following lines in your
@@ -50,11 +50,11 @@ legal.realtek.license_ack=1
The
.Nm
driver supports USB 2.0 wireless network devices based on Realtek
-RTL8188CUS, RTL8188CE-VAU, RTL8188RU and RTL8192CU chipsets.
+RTL8188CUS, RTL8188CE-VAU, RTL8188EUS, RTL8188RU and RTL8192CU chipsets.
.Pp
-The RTL8188CUS is a highly integrated 802.11n adapter that combines
-a MAC, a 1T1R capable baseband and an RF in a single chip.
-It operates in the 2GHz spectrum only.
+The RTL8188CUS and RTL8188EUS are highly integrated 802.11n adapter that
+combine a MAC, a 1T1R capable baseband and an RF in a single chip.
+They operate in the 2GHz spectrum only.
The RTL8188RU is a high-power variant of the RTL8188CUS.
The RTL8188CE-VAU is a PCI Express Mini Card adapter that attaches
to the USB interface.
@@ -93,6 +93,8 @@ IEEE 802.11b/g/n wireless network adapters, including:
.It Netgear WNA1000M
.It Realtek RTL8192CU
.It Realtek RTL8188CUS
+.It TP-LINK TL-WN723N v3
+.It TP-LINK TL-WN725N v2
.El
.Sh EXAMPLES
Join an existing BSS network (i.e., connect to an access point):
diff --git a/share/man/man4/urtwnfw.4 b/share/man/man4/urtwnfw.4
index 0ea2c84..c25f944 100644
--- a/share/man/man4/urtwnfw.4
+++ b/share/man/man4/urtwnfw.4
@@ -22,7 +22,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 31, 2013
+.Dd April 25, 2014
.Dt URTWNFW 4
.Os
.Sh NAME
@@ -42,6 +42,7 @@ of the following:
.Bd -ragged -offset indent
.Cd "device urtwn-rtl8192cfwT"
.Cd "device urtwn-rtl8192cfwU"
+.Cd "device urtwn-rtl8188eufw"
.Ed
.Pp
Alternatively, to load the driver as a
@@ -50,10 +51,11 @@ module at boot time, place the following line in
.Bd -literal -offset indent
urtwn-rtl8192cfwT_load="YES"
urtwn-rtl8192cfwU_load="YES"
+urtwn-rtl8188eufw_load="YES"
.Ed
.Sh DESCRIPTION
This module provides access to firmware sets for the
-Realtek RTL8188CUS, RTL8188CE-VAU, RTL8188RU and RTL8192CU
+Realtek RTL8188CUS, RTL8188CE-VAU, RTL8188EUS, RTL8188RU and RTL8192CU
chip based USB WiFi adapters.
It may be
statically linked into the kernel, or loaded as a module.
OpenPOWER on IntegriCloud