IEEE80211_AGGR_SETUP
if (ni->ni_tx_ampdu[i].txa_flags & IEEE80211_AGGR_SETUP)
if (tap->txa_flags & IEEE80211_AGGR_SETUP)
tap->txa_flags |= IEEE80211_AGGR_SETUP;
KASSERT(tap->txa_flags & IEEE80211_AGGR_SETUP,
tap->txa_flags &= ~(IEEE80211_AGGR_SETUP | IEEE80211_AGGR_NAK);
if ((tap->txa_flags & IEEE80211_AGGR_SETUP) == 0) {
if ((tap->txa_flags & IEEE80211_AGGR_SETUP) == 0) {