diff options
author | 2015-02-21 11:48:01 +0000 | |
---|---|---|
committer | 2015-02-21 11:48:01 +0000 | |
commit | fe63ee78038949a0f48ec8b8b4b1618b97fbb67c (patch) | |
tree | 66a740dac4485c33d7cc4532957d23bf99993ff3 | |
parent | Remove mention of firmware version numbers from the iwm(4) man page. (diff) | |
download | wireguard-openbsd-fe63ee78038949a0f48ec8b8b4b1618b97fbb67c.tar.xz wireguard-openbsd-fe63ee78038949a0f48ec8b8b4b1618b97fbb67c.zip |
Fix iwm(4) man page bug symptom description: If the MAC address is changed
then iwm(4) stops passing traffic. Firmware crashes were only observed with
my local patches, not the in-tree version of the driver.
-rw-r--r-- | share/man/man4/iwm.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index d4fd8df80f8..c20da3bca14 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwm.4,v 1.8 2015/02/21 10:04:15 stsp Exp $ +.\" $OpenBSD: iwm.4,v 1.9 2015/02/21 11:48:01 stsp Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -142,7 +142,7 @@ Additional work is required in .Xr ieee80211 9 before those features can be supported. .Sh BUGS -The firmware crashes if the MAC address is changed with +The firmware stops passing traffic if the MAC address is changed with .Dl # ifconfig iwm0 lladdr ... .Pp Occasionally, firmware errors occur before association to a wireless |