commit | 87be1e1e00f870567780dec111193426b4c085e8 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Dec 14 12:20:29 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Dec 15 14:45:46 2011 -0500 |
tree | 1d86707afa1e5f116804f0722573eeaf9d9ab13d | |
parent | 92b62f28d02d3aafd824062f0ea57cc36fbc59d6 [diff] |
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>