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)
commit87be1e1e00f870567780dec111193426b4c085e8
tree1d86707afa1e5f116804f0722573eeaf9d9ab13d
parent92b62f28d02d3aafd824062f0ea57cc36fbc59d6
mac80211: use station mutex in configuration

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>
net/mac80211/cfg.c