]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: don't handle unsetting of default wep key
authorEliad Peller <eliad@wizery.com>
Mon, 10 Feb 2014 11:47:29 +0000 (13:47 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 13 Feb 2014 20:20:16 +0000 (15:20 -0500)
commit833473054b7e1d468f243ea5f91e5cc777ff000b
tree6833ef3112eba8c41bbb83d6e06b71f4e7ad2c2b
parent2e94e5690e0fcc70c56d03eb7ba17fbe3b639c0e
wlcore: don't handle unsetting of default wep key

mac80211 unsets the default wep key on disassoc.
The fw doesn't support this notification, so simply
ignore it.

The actual flow actually triggers fw recovery in some
cases, as mac80211 unsets the default key only after
disassoc, when wlvif->sta.hlid, resulting in invalid
hlid being passed to the fw.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ti/wlcore/main.c