Michal Kazior 2a58d42c1e mac80211: fix txq queue related crashes
The driver can access the queue simultanously
while mac80211 tears down the interface. Without
spinlock protection this could lead to corrupting
sk_buff_head and subsequently to an invalid
pointer dereference.

Fixes: ba8c3d6f16a1 ("mac80211: add an intermediate software queue implementation")
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2016-02-24 09:04:26 +01:00
..
2016-01-04 10:29:17 -05:00
2016-01-12 17:06:53 -05:00
2016-01-07 14:31:26 -05:00
2016-01-05 22:25:57 -05:00
2016-01-04 21:48:15 -05:00
2016-01-10 22:13:15 -05:00