diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-05-25 20:51:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-05-25 20:51:50 +0000 |
commit | e2379a9d04a0ff977114351547afb8a0d42f96d7 (patch) | |
tree | 6c4d39d902822ba59b943b071874b9d0685abfe9 /share/man | |
parent | 7d6314eaddd2fecc09a0c4bd077875a5d3b6f6e9 (diff) |
use a consistent naming for chipsets;
issue found by ross l richardson
help/ok stsp
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/urtwn.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/urtwn.4 b/share/man/man4/urtwn.4 index c0b99e481d1..6b9b812f453 100644 --- a/share/man/man4/urtwn.4 +++ b/share/man/man4/urtwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: urtwn.4,v 1.38 2016/01/20 23:40:33 juanfra Exp $ +.\" $OpenBSD: urtwn.4,v 1.39 2016/05/25 20:51:49 jmc Exp $ .\" .\" Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 20 2016 $ +.Dd $Mdocdate: May 25 2016 $ .Dt URTWN 4 .Os .Sh NAME @@ -26,12 +26,12 @@ The .Nm driver supports USB 2.0 wireless network devices based on Realtek -RTL8188CUS, RTL8188CE-VAU, RTL8188EUS, RTL8188RU and RTL8192CU chipsets. +RTL8188CU, RTL8188CE-VAU, RTL8188EU, RTL8188RU and RTL8192CU chipsets. .Pp -The RTL8188CUS and RTL8188EUS are highly integrated 802.11n adapters +The RTL8188CU and RTL8188EU are highly integrated 802.11n adapters 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 RTL8188RU is a high-power variant of the RTL8188CU. The RTL8188CE-VAU is a PCI Express Mini Card adapter that attaches to the USB interface. .Pp |