From: Johannes Berg Date: Mon, 5 Nov 2012 19:27:57 +0000 (+0100) Subject: mac80211: fix race in TKIP MIC test debugfs file X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c97a2032e753d7975828c51b23b570dc6f9b0d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed