ath9k_hw_startpcureceive
ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags));
EXPORT_SYMBOL(ath9k_hw_startpcureceive);
void ath9k_hw_startpcureceive(struct ath_hw *ah, bool is_scanning);
ath9k_hw_startpcureceive(sc->sc_ah, sc->cur_chan->offchannel);
ath9k_hw_startpcureceive(ah, sc->cur_chan->offchannel);