Let net80211 also know about stopped BA sessions. This fixes some issues

where the driver assumed that BA resources are still available due to
net80211 saying so.

PR:		161407, 159768
Tested by:	cperciva, rene
MFC after:	3 days
This commit is contained in:
Bernhard Schmidt 2011-10-24 07:37:01 +00:00
parent 27fbc05657
commit 80abcbf807

View File

@ -5641,6 +5641,7 @@ iwn_ampdu_tx_stop(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap)
sc->qid2tap[qid] = NULL;
free(tap->txa_private, M_DEVBUF);
tap->txa_private = NULL;
sc->sc_addba_stop(ni, tap);
}
static void