mac80211: sync acccess to tx_filtered/ps_tx_buf queues
authorArik Nemtsov <arik@wizery.com>
Mon, 5 Nov 2012 08:27:52 +0000 (10:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 20:14:05 +0000 (12:14 -0800)
commita64e7f53c0f5d061ccbd8b28fa09b51b32b7ec53
treeff2169c9d90c1ee78a26f8c98173491a4790fd80
parent77d8dd2cf8eff86d9ec00b02d3623702c45ea23e
mac80211: sync acccess to tx_filtered/ps_tx_buf queues

commit 987c285c2ae2e4e32aca3a9b3252d28171c75711 upstream.

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.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Ido Yariv <ido@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/sta_info.c