X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=target_firmware%2Fwlan%2Fif_ath.c;h=b44d299cb263f82c9b8e3ff579c6f3e47cf90d1c;hp=5c2cff8604d9fdd20f9d00b39a90ecbfe3af1746;hb=7e5d3208ec32553ee8f9c5dea503a586c330dce8;hpb=c943c242986bec759d4d0611490ca0b777874c1e diff --git a/target_firmware/wlan/if_ath.c b/target_firmware/wlan/if_ath.c index 5c2cff8..b44d299 100755 --- a/target_firmware/wlan/if_ath.c +++ b/target_firmware/wlan/if_ath.c @@ -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);