From: Zhu Yi Date: Mon, 28 Dec 2009 08:57:15 +0000 (+0800) Subject: mac80211: quit addba_resp_timer if Tx BA session is torn down X-Git-Tag: v2.6.34-rc1~233^2~556^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc1de0bf23816ed557ac8addf680cd5ee57e805;p=pandora-kernel.git mac80211: quit addba_resp_timer if Tx BA session is torn down 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 Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed