mac80211: use station mutex in configuration
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Dec 2011 11:20:29 +0000 (12:20 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Dec 2011 19:45:46 +0000 (14:45 -0500)
There's no need to use RCU here, we can just lock
the station mutex instead. This allows the code
to sleep, which is necessary for later patches.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found