From aa6e0d7c947ae8f857b93d948026e6ac7388fb03 Mon Sep 17 00:00:00 2001 From: stsp Date: Mon, 3 May 2021 11:58:06 +0000 Subject: [PATCH] Mention in CAVEATS that iwn(4) doesn't support 40MHz channels yet. --- share/man/man4/iwn.4 | 9 +++++++-- 1 file 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 . 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. -- 2.20.1