commit | 41c97a2032e753d7975828c51b23b570dc6f9b0d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Nov 05 20:27:57 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Nov 07 18:01:39 2012 +0100 |
tree | 6de866bd4f98224d1f4f9b6797f436d1c8620512 | |
parent | 28656a111af70116027fb0a0931df4b46d7375b1 [diff] |
mac80211: fix race in TKIP MIC test debugfs file Accessing sdata->vif.bss_conf.bssid without any protection here is racy, use u.mgd.associated instead and lock the correct mutex for it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>