1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

put back placeholder comment

This commit is contained in:
Sam Leffler 2008-09-06 17:39:31 +00:00
parent eaff8e2689
commit c0756f5f2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182830

View File

@ -1382,6 +1382,7 @@ ieee80211_addba_stop(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap)
/* XXX locking */
addba_stop_timeout(tap);
if (tap->txa_flags & IEEE80211_AGGR_RUNNING) {
/* XXX clear aggregation queue */
tap->txa_flags &= ~IEEE80211_AGGR_RUNNING;
}
tap->txa_attempts = 0;