X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fmac80211%2Fagg-tx.c;h=8f23401832b7729d28c9e0791a78ce8acd797728;hb=547af560ddbfe469ada2cad3009cbcfde313d73c;hp=c893f236acea771076b5572b42c82162c3684913;hpb=a30bfd6cd47f387e060fb06d2ba688a491e6eaec;p=pandora-kernel.git diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c index c893f236acea..8f23401832b7 100644 --- a/net/mac80211/agg-tx.c +++ b/net/mac80211/agg-tx.c @@ -175,6 +175,8 @@ int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, set_bit(HT_AGG_STATE_STOPPING, &tid_tx->state); + del_timer_sync(&tid_tx->addba_resp_timer); + /* * After this packets are no longer handed right through * to the driver but are put onto tid_tx->pending instead,