commit | 8655201726b7707fa777582c30979fdd53e815a9 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Oct 29 09:46:31 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Nov 05 14:13:33 2012 +0100 |
tree | b013c7f13abf3af0d7e30cd9177e58c26c38cbc9 | |
parent | 50febf6a1a9270b3558671864a27b23f671598ab [diff] |
mac80211: send deauth only with channel context When userspace asks to deauthenticate and we're just authenticated (or still authenticating) send a deauth frame instead of deleting the auth request. On the other hand, if we've just disassociated and therefore deleted all our state already, drop the deauth request because we no longer have a channel context to send it on. Signed-off-by: Johannes Berg <johannes.berg@intel.com>