diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2024-05-29 09:04:13 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2024-05-29 09:04:13 +0000 |
commit | efc10f0c4413f24c6bd9998e83ae2a919ec6d2be (patch) | |
tree | 89e6883bf6c462b9e30fa631caa39b484e21dfa8 /share | |
parent | 7adba6cf77e2c1af454922b89aa88d45bf08cecf (diff) |
document qwx(4) caveats and known bugs
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/qwx.4 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/share/man/man4/qwx.4 b/share/man/man4/qwx.4 index bf8cd1c850e..db12ee1309c 100644 --- a/share/man/man4/qwx.4 +++ b/share/man/man4/qwx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qwx.4,v 1.4 2024/02/21 21:31:02 stsp Exp $ +.\" $OpenBSD: qwx.4,v 1.5 2024/05/29 09:04:12 stsp Exp $ .\" .\" Copyright (c) 2022 Martin Pieuchot <mpi@openbsd.org> .\" Copyright (c) 2024 Stefan Sperling <stsp@openbsd.org> @@ -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: February 21 2024 $ +.Dd $Mdocdate: May 29 2024 $ .Dt QWX 4 .Os .Sh NAME @@ -88,3 +88,13 @@ The .Nm driver first appeared in .Ox 7.5 . +.Sh CAVEATS +The +.Nm +driver does not support any of the 802.11n, 802.11ac, and 802.11ax +capabilities offered by the hardware. +.Sh BUGS +Broadcast and Multicast frames are only received on networks which +do not use encryption or which use WPA2 with group cipher CCMP. +This prevents ARP and IPv6 from working correcly on other types of +networks. |