cfg80211: fix locking in action frame TX
commitbe0fb5aa6f3155f16bb37e5941df49d0dcf7e4f9
authorJohannes Berg <johannes.berg@intel.com>
Mon, 9 Aug 2010 13:52:03 +0000 (9 15:52 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Aug 2010 23:43:25 +0000 (26 16:43 -0700)
tree59ebb649ccaf200dd3eff4620326597bac30a991
parent118fa53596b17db279814805f49d0c9202a929e1
cfg80211: fix locking in action frame TX

commit fe100acddf438591ecf3582cb57241e560da70b7 upstream.

Accesses to "wdev->current_bss" must be
locked with the wdev lock, which action
frame transmission is missing.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/wireless/mlme.c