diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-02-21 11:48:02 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-02-21 11:48:02 +0000 |
commit | f2268439168ca74b32bcad08df91fa6ac7057c59 (patch) | |
tree | 87f87e72f50adb0ec9538548b5898662803480fb /share/man/man4 | |
parent | 8d502f06399bcc0f3e9ca306142033851785007f (diff) |
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.
Diffstat (limited to 'share/man/man4')
-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 |