commit | bf4e5f1ac0e2b277424ec0d035b1fbab46dd66bb | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Mon Feb 10 13:47:29 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Feb 13 15:20:16 2014 -0500 |
tree | 6833ef3112eba8c41bbb83d6e06b71f4e7ad2c2b | |
parent | bc566f9203c2813a2e083677eb99c62b1cb14d03 [diff] |
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>