diff options
author | 2017-09-03 16:26:57 +0000 | |
---|---|---|
committer | 2017-09-03 16:26:57 +0000 | |
commit | 23902c3e48f50e67db73a9c44f2e7cbb54421309 (patch) | |
tree | 13b16c907c368bbda48f9a050c217296516d8f61 | |
parent | Attach rtwn(4) to RTL8192CE. Tested by me. (diff) | |
download | wireguard-openbsd-23902c3e48f50e67db73a9c44f2e7cbb54421309.tar.xz wireguard-openbsd-23902c3e48f50e67db73a9c44f2e7cbb54421309.zip |
Document rtwn(4) RTL8192CE support.
-rw-r--r-- | share/man/man4/rtwn.4 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/share/man/man4/rtwn.4 b/share/man/man4/rtwn.4 index a384bd6aed3..527b55eda98 100644 --- a/share/man/man4/rtwn.4 +++ b/share/man/man4/rtwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtwn.4,v 1.3 2017/07/12 05:44:33 bentley Exp $ +.\" $OpenBSD: rtwn.4,v 1.4 2017/09/03 16:26:57 stsp Exp $ .\" .\" Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> .\" Copyright (c) 2015 Stefan Sperling <stsp@openbsd.org> @@ -15,23 +15,28 @@ .\" 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 12 2017 $ +.Dd $Mdocdate: September 3 2017 $ .Dt RTWN 4 .Os .Sh NAME .Nm rtwn -.Nd Realtek RTL8188CE PCIe IEEE 802.11b/g/n wireless network device +.Nd Realtek RTL8188CE/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 chipset. +RTL8188CE 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. -It operates in the 2GHz spectrum only. +.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 +RF in a single chip. +.Pp +These devices operate in the 2GHz spectrum only. .Pp These are the modes the .Nm |