From: Johannes Berg Date: Tue, 14 Sep 2010 20:06:53 +0000 (+0200) Subject: mac80211: use correct station flags lock X-Git-Tag: v2.6.37-rc1~147^2~373^2^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5521b13880f4f4f612e1d20dd4f565122d16e04;p=pandora-kernel.git mac80211: use correct station flags lock This code is modifying the station flags, and as such should hold the flags lock so it can do so atomically vs. other flags modifications and readers. This issue was introduced when this code was added in eccb8e8f, as it used the wrong lock (thus not fixing the race that was previously documented in a comment.) Cc: stable@kernel.org [2.6.31+] Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed