summaryrefslogtreecommitdiffstats
path: root/share/man/man4/urtwnfw.4
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/man/man4/urtwnfw.4
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/man/man4/urtwnfw.4')
-rw-r--r--share/man/man4/urtwnfw.46
1 files changed, 4 insertions, 2 deletions
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