From: Luciano Coelho Date: Tue, 11 Jan 2011 18:07:21 +0000 (+0100) Subject: wl12xx: lock the RCU when accessing sta via ieee80211_find_sta() X-Git-Tag: v2.6.39-rc1~468^2~417^2~61^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6e4e76d1e73886cb087142e70e2beaabb94b79;p=pandora-kernel.git wl12xx: lock the RCU when accessing sta via ieee80211_find_sta() We were calling ieee80211_find_sta() and the sta returned by it without locking the RCU, which is required by mac80211. Fix this and reorganize slightly the area of the code where the sta is used. Reported-by: Jonathan DE CESCO Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed