From: Arik Nemtsov Date: Mon, 5 Nov 2012 08:27:52 +0000 (+0200) Subject: mac80211: sync acccess to tx_filtered/ps_tx_buf queues X-Git-Tag: v3.7-rc6~3^2^2^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987c285c2ae2e4e32aca3a9b3252d28171c75711;p=pandora-kernel.git mac80211: sync acccess to tx_filtered/ps_tx_buf queues These are accessed without a lock when ending STA PSM. If the sta_cleanup timer accesses these lists at the same time, we might crash. This may fix some mysterious crashes we had during ieee80211_sta_ps_deliver_wakeup. Cc: stable@vger.kernel.org Signed-off-by: Arik Nemtsov Signed-off-by: Ido Yariv Signed-off-by: Johannes Berg --- Reading git-diff-tree failed