[PATCH] wireless/airo: clean up WEXT association and scan events
authorDan Williams <dcbw@redhat.com>
Fri, 31 Mar 2006 20:08:46 +0000 (15:08 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 19 Apr 2006 21:25:37 +0000 (17:25 -0400)
commit6fcdf565ffb8c661749372115d28efdbe525aeba
tree2fa6f7e10717dd4dd3b4a65e08599455bf9857dc
parente4b5fae8b3fb4134deaa6f66c60255c831e2d7e8
[PATCH] wireless/airo: clean up WEXT association and scan events

Airo firmware versions >= 5.30.17 send re-association events to the
driver that are currently unrecognized, causing spurious disassociation
events to be sent to user space.  Loss of sync due to scan requests also
results in disassociation events sent to user space.  This patch traps
those two events; suppressing sync-loss on scan, and sending the correct
association event on re-association notifications.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/airo.c