diff options
author | avos <avos@FreeBSD.org> | 2016-06-09 14:18:12 +0000 |
---|---|---|
committer | avos <avos@FreeBSD.org> | 2016-06-09 14:18:12 +0000 |
commit | b9435dd0c29dd1e192bc4a0d0fabdb2d347a1ab2 (patch) | |
tree | cce3d26d2de3b358ec144933280c6a84f4daf5d6 | |
parent | 1db263cf301556809ca8767a607b150ae9b5baaf (diff) | |
download | FreeBSD-src-b9435dd0c29dd1e192bc4a0d0fabdb2d347a1ab2.zip FreeBSD-src-b9435dd0c29dd1e192bc4a0d0fabdb2d347a1ab2.tar.gz |
rum(4): refresh manpage.
Add a note about hardware encryption support (r288633),
adhoc-demo mode (r288622) and remove BUGS section (fixed in r288632).
-rw-r--r-- | share/man/man4/rum.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/rum.4 b/share/man/man4/rum.4 index 89af445..dfe2ab8 100644 --- a/share/man/man4/rum.4 +++ b/share/man/man4/rum.4 @@ -16,7 +16,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 13, 2008 +.Dd June 9, 2016 .Dt RUM 4 .Os .Sh NAME @@ -64,10 +64,14 @@ This chipset uses the MIMO (multiple-input multiple-output) technology with multiple antennas to extend the operating range of the adapter and to achieve higher throughput. .Pp +All chips have hardware support for WEP, AES-CCM, TKIP, and Michael +cryptographic operations. +.Pp .Nm supports .Cm station , .Cm adhoc , +.Cm adhoc-demo , .Cm hostap , and .Cm monitor @@ -182,7 +186,3 @@ driver was written by .An Niall O'Higgins Aq Mt niallo@openbsd.org and .An Damien Bergamini Aq Mt damien@openbsd.org . -.Sh BUGS -Host AP mode doesn't support client power save. -Clients using power save mode will experience -packet loss (disabling power saving on the client will fix this). |