]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73f981df668a4712c0dd925cd92039191c4078b7
tree1d86707afa1e5f116804f0722573eeaf9d9ab13d
parent50d3616b3867056ccf7d41b279a1ac8b259ef867
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