remove ah_updateCTSForBursting
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ah.h
index eac8118d240f12053fd9681acf17dcf1295db421..0f986eea05db03db1062fb5b650104fabdced006 100755 (executable)
@@ -378,11 +378,6 @@ struct ath_hal
            
        /* Misc Functions */
        void      __ahdecl(*ah_setDefAntenna)(struct ath_hal*, a_uint32_t);     
-           
-       HAL_BOOL  __ahdecl(*ah_updateCTSForBursting)(struct ath_hal *,
-                                                    struct ath_desc *, struct ath_desc *,
-                                                    struct ath_desc *, struct ath_desc *,
-                                                    a_uint32_t, a_uint32_t);
        void      __ahdecl(*ah_setRxFilter)(struct ath_hal*, a_uint32_t);
            
                       
@@ -460,7 +455,6 @@ struct ath_hal
        /* Interrupt functions */
        HAL_BOOL  __ahdecl(*ah_isInterruptPending)(struct ath_hal*);
        HAL_BOOL  __ahdecl(*ah_getPendingInterrupts)(struct ath_hal*, HAL_INT*);
-       HAL_INT   __ahdecl(*ah_getInterrupts)(struct ath_hal*);
        HAL_INT   __ahdecl(*ah_setInterrupts)(struct ath_hal*, HAL_INT);
 };