use ah_stopDmaReceive directly
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_athvar.h
index 3a1402fd04900e5433db2dff2802e3235fa0e78b..2f9d0c9c71def2dedc6c7dd51eafbabce438f1cf 100755 (executable)
@@ -529,8 +529,6 @@ a_uint8_t ath_get_minrateidx(struct ath_softc_tgt *sc, struct ath_vap_target *av
     ((*(_ah)->ah_procTxDesc)((_ah), (_ds)))
 #define ath_hal_rxena(_ah) \
     ((*(_ah)->ah_enableReceive)((_ah)))
-#define ath_hal_stopdmarecv(_ah) \
-    ((*(_ah)->ah_stopDmaReceive)((_ah)))
 #define ath_hal_stoppcurecv(_ah) \
     ((*(_ah)->ah_stopPcuReceive)((_ah)))
 #define ath_hal_htsupported(_ah) \