svn commit: r227570 - stable/9/sys/dev/iwn
Bernhard Schmidt
bschmidt at FreeBSD.org
Wed Nov 16 17:40:00 UTC 2011
Author: bschmidt
Date: Wed Nov 16 17:39:59 2011
New Revision: 227570
URL: http://svn.freebsd.org/changeset/base/227570
Log:
MFC r226679:
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
Approved by: re (kib)
Modified:
stable/9/sys/dev/iwn/if_iwn.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/dev/iwn/if_iwn.c
==============================================================================
--- stable/9/sys/dev/iwn/if_iwn.c Wed Nov 16 17:11:13 2011 (r227569)
+++ stable/9/sys/dev/iwn/if_iwn.c Wed Nov 16 17:39:59 2011 (r227570)
@@ -5641,6 +5641,7 @@ iwn_ampdu_tx_stop(struct ieee80211_node
sc->qid2tap[qid] = NULL;
free(tap->txa_private, M_DEVBUF);
tap->txa_private = NULL;
+ sc->sc_addba_stop(ni, tap);
}
static void
More information about the svn-src-stable-9
mailing list