ampdu_tx_stop
ops->ampdu_tx_stop = iwn4965_ampdu_tx_stop;
ops->ampdu_tx_stop = iwn5000_ampdu_tx_stop;
ops->ampdu_tx_stop(sc, qid, tid, ssn);
ops->ampdu_tx_stop(sc, qid, tid, tap->txa_start & 0xfff);
void (*ampdu_tx_stop)(struct iwn_softc *, int, uint8_t,
ampdu_tx_stop(tap);
static void ampdu_tx_stop(struct ieee80211_tx_ampdu *tap);