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:
parent
27fbc05657
commit
80abcbf807
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user