mac80211: quit addba_resp_timer if Tx BA session is torn down
authorZhu Yi <yi.zhu@intel.com>
Mon, 28 Dec 2009 08:57:15 +0000 (16:57 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Mar 2010 15:49:36 +0000 (08:49 -0700)
commit764309980c4e68ea2d3312199e436ac8549e5f84
treeb69105cf1355ce74a24209c1999088791c7a5b1b
parentb36eb52d66d4ac8c4aa00456f5a62ec8aca1a489
mac80211: quit addba_resp_timer if Tx BA session is torn down

commit 3dc1de0bf23816ed557ac8addf680cd5ee57e805 upstream.

Make addba_resp_timer aware the HT_AGG_STATE_REQ_STOP_BA_MSK mask
so that when ___ieee80211_stop_tx_ba_session() is issued the timer
will quit. Otherwise when suspend happens before the timer expired,
the timer handler will be called immediately after resume and
messes up driver status.

Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/mac80211/agg-tx.c