]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
cfg80211: fix locking in action frame TX
authorJohannes Berg <johannes.berg@intel.com>
Mon, 9 Aug 2010 13:52:03 +0000 (15:52 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Aug 2010 19:18:57 +0000 (15:18 -0400)
commitfe100acddf438591ecf3582cb57241e560da70b7
treea8fd5763ca3e161ce3de271289e7adec668795c0
parenta9fda88b27e71d727b6c85b3792b34a8a4bebf13
cfg80211: fix locking in action frame TX

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

Cc: stable@kernel.org [2.6.33+]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/mlme.c