use ah_stopPcuReceive directly
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_ath.c
index 5c2cff8604d9fdd20f9d00b39a90ecbfe3af1746..b44d299cb263f82c9b8e3ff579c6f3e47cf90d1c 100755 (executable)
@@ -1617,7 +1617,7 @@ static void ath_stoprecv_tgt(void *Context, A_UINT16 Command,
        struct ath_softc_tgt *sc = (struct ath_softc_tgt *)Context;
        struct ath_hal *ah = sc->sc_ah;
 
-       ath_hal_stoppcurecv(ah);
+       ah->ah_stopPcuReceive(ah);
        ah->ah_setRxFilter(ah, 0);
        ah->ah_stopDmaReceive(ah);