aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/wireless/scan.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2011-05-12 15:07:15 +0200
committerJohn W. Linville <linville@tuxdriver.com>2011-05-12 14:10:54 -0400
commit8cb231530f03961b55aa4e84e6ead5590bcde04d (patch)
tree62e94c7423bbb073640fe4fe8454ba5135b0ebc8 /net/wireless/scan.c
parentmac80211: make key locking clearer (diff)
downloadwireguard-linux-8cb231530f03961b55aa4e84e6ead5590bcde04d.tar.xz
wireguard-linux-8cb231530f03961b55aa4e84e6ead5590bcde04d.zip
mac80211: fix another key non-race
The code here is only not racy because all the places that assign the pointers it uses are holding the sta_mtx as well as the key_mtx and so can't race against this because this code holds the sta_mtx. But that's not intuitive, so fix it to hold the key_mtx. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/scan.c')
0 files changed, 0 insertions, 0 deletions