]> git.openfabrics.org - ~emulex/infiniband.git/commit
mac80211: verify deauthentication and return error on failure
authorJohannes Berg <johannes.berg@intel.com>
Wed, 19 Mar 2014 08:11:19 +0000 (09:11 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 19 Mar 2014 20:29:53 +0000 (21:29 +0100)
commitc9c3a0604614344f7c73523176b6d0a85cba6eab
tree0794174f0ec4835ef18530c305b7dadb27b785a9
parentd2722f8b87fb172ff2f31d3a2816b31d58678d40
mac80211: verify deauthentication and return error on failure

When still authenticating the mac80211 code handling a deauthentication
requests from userspace doesn't verify that the request is valid in any
way, fix that. Additionally, it never returns an error, even if there's
no connection or authentication attempt, fix that as well.

While at it, move the message to not print a message in the error case
and to distinguish between the two cases.

Also simplify the code by duplicating the cfg80211 call.

Reviewed-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c