diff options
author | 2016-12-10 19:07:54 +0000 | |
---|---|---|
committer | 2016-12-10 19:07:54 +0000 | |
commit | 165787a6c4f88da248f9e1891a30d131c9e63579 (patch) | |
tree | f8ff4323593dffacc9953dc1185dbb724af0abc6 | |
parent | Add support for MIMO Tx rates (MCS 8-15) to iwm(4). (diff) | |
download | wireguard-openbsd-165787a6c4f88da248f9e1891a30d131c9e63579.tar.xz wireguard-openbsd-165787a6c4f88da248f9e1891a30d131c9e63579.zip |
Update iwm(4) CAVEATS section; MIMO is now supported
-rw-r--r-- | share/man/man4/iwm.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index bb9f61bb5a9..c31c7ad9fbc 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwm.4,v 1.18 2016/05/28 18:31:14 stsp Exp $ +.\" $OpenBSD: iwm.4,v 1.19 2016/12/10 19:07:54 stsp Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -15,7 +15,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: May 28 2016 $ +.Dd $Mdocdate: December 10 2016 $ .Dt IWM 4 .Os .Sh NAME @@ -140,12 +140,11 @@ The device driver first appeared in .Ox 5.7 . .Sh CAVEATS -802.11n operation is currently limited to data rates MCS 0 to MCS 7. -.Pp The .Nm driver does not support any of the 802.11ac capabilities offered by the adapters. +Support for 802.11n 40MHz channels and Tx aggregation is not yet implemented. Additional work is required in .Xr ieee80211 9 before those features can be supported. |