ath9k_hw_stopdmarecv
ath9k_hw_stopdmarecv(priv->ah, &reset);
EXPORT_SYMBOL(ath9k_hw_stopdmarecv);
bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset);
ath9k_hw_stopdmarecv(sc->sc_ah, &reset);
stopped = ath9k_hw_stopdmarecv(ah, &reset);