ath9k_hw_stoptxdma
boolean_t ath9k_hw_stoptxdma(struct ath_hal *ah, uint32_t q);
if (!ath9k_hw_stoptxdma(ah, sc->sc_beaconq)) {
(void) ath9k_hw_stoptxdma(ah, sc->sc_beaconq);
(void) ath9k_hw_stoptxdma(ah, sc->sc_beaconq);
(void) ath9k_hw_stoptxdma(ah, sc->sc_txq[i].axq_qnum);
(void) ath9k_hw_stoptxdma(ah, txq->axq_qnum);
(void) ath9k_hw_stoptxdma(sc->sc_ah, sc->sc_beaconq);