remove ar5416StartPcuReceive
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ah.h
index 0633382131994d7d6ad2a80d8990a1ea07828024..eac8118d240f12053fd9681acf17dcf1295db421 100755 (executable)
@@ -444,7 +444,6 @@ struct ath_hal
        u_int64_t __ahdecl(*ah_getTsf64)(struct ath_hal*);
            
        /* Target receive Functions */
-       a_uint32_t __ahdecl(*ah_getRxDP)(struct ath_hal*);
        void       __ahdecl(*ah_setRxDP)(struct ath_hal*, a_uint32_t rxdp);
        HAL_BOOL  __ahdecl(*ah_setupRxDesc)(struct ath_hal *, struct ath_rx_desc *,
                                            a_uint32_t size, a_uint32_t flags);
@@ -455,7 +454,6 @@ struct ath_hal
                                                struct ath_desc *nds, 
                                                struct ath_rx_status *rx_stats);
        HAL_BOOL  __ahdecl(*ah_stopDmaReceive)(struct ath_hal*);
-       void      __ahdecl(*ah_startPcuReceive)(struct ath_hal*);
        void      __ahdecl(*ah_stopPcuReceive)(struct ath_hal*);
        void      __ahdecl(*ah_enableReceive)(struct ath_hal*);