Johannes Berg 2171abc586 mac80211: fix addba timer
The addba timer function acquires the sta spinlock,
but at the same time we try to del_timer_sync() it
under the spinlock which can produce deadlocks.

To fix this, always del_timer_sync() the timer in
ieee80211_process_addba_resp() and add it again
after checking the conditions, if necessary.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-10-30 15:50:25 -04:00
..
2009-10-30 15:50:25 -04:00
2009-07-24 15:05:30 -04:00
2007-05-05 11:46:38 -07:00
2009-07-10 15:01:49 -04:00
2009-04-22 16:57:17 -04:00
2009-10-30 15:50:24 -04:00
2009-07-10 15:01:48 -04:00
2008-04-08 16:44:45 -04:00
2008-04-08 16:44:45 -04:00
2009-08-28 14:40:34 -04:00
2009-07-24 15:05:30 -04:00
2009-09-23 11:35:53 -04:00
2009-05-20 14:46:25 -04:00
2009-10-07 16:33:49 -04:00
2009-05-06 15:14:37 -04:00
2009-07-24 15:05:09 -04:00
2009-07-24 15:05:09 -04:00
2009-07-24 15:05:30 -04:00
2009-07-24 15:05:30 -04:00
2009-07-10 15:01:49 -04:00