diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-05-03 11:58:07 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-05-03 11:58:07 +0000 |
commit | 009ef9b73ffa5d9c098f62a98e93817571651da4 (patch) | |
tree | 76d942e5a568d28ef45fca3d633f407e4dd85a9a /share/man/man4/iwn.4 | |
parent | f2834f6cee81bba0e37aec2c9622a42e1035620c (diff) |
Mention in CAVEATS that iwn(4) doesn't support 40MHz channels yet.
Diffstat (limited to 'share/man/man4/iwn.4')
-rw-r--r-- | share/man/man4/iwn.4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4 index 5fa8f55c360..aa5c0563670 100644 --- a/share/man/man4/iwn.4 +++ b/share/man/man4/iwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwn.4,v 1.55 2020/05/16 17:03:34 jmc Exp $ +.\" $OpenBSD: iwn.4,v 1.56 2021/05/03 11:58:06 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 16 2020 $ +.Dd $Mdocdate: May 3 2021 $ .Dt IWN 4 .Os .Sh NAME @@ -212,3 +212,8 @@ driver was written by .An Damien Bergamini Aq Mt damien.bergamini@free.fr . .Sh CAVEATS 802.11n operation is currently limited to data rates MCS 0 to MCS 7. +.Pp +Support for 802.11ns 40MHz channels is not yet implemented. +Additional work is required in +.Xr ieee80211 9 +before this feature can be supported. |