remove ah_updateCTSForBursting
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index 7c271ce679fcba14f119e152fa0af6abf18cab9f..ec35f3a06a5726fa2b82128c4a9d3f4c7434bb9a 100644 (file)
@@ -77,7 +77,6 @@ static const struct ath_hal_private ar5416hal_10 = {{
                /* Interrupt Functions */
                .ah_isInterruptPending   = ar5416IsInterruptPending,
                .ah_getPendingInterrupts = ar5416GetPendingInterrupts,
-               .ah_getInterrupts        = ar5416GetInterrupts,
                .ah_setInterrupts        = ar5416SetInterrupts,
        },
 };
@@ -119,7 +118,6 @@ ar5416Attach(a_uint32_t devid,HAL_SOFTC sc, adf_os_device_t dev,
                ah->ah_set11nBurstDuration = ar5416Set11nBurstDuration_20;
                ah->ah_setupRxDesc         = ar5416SetupRxDesc_20;
                ah->ah_procRxDescFast      = ar5416ProcRxDescFast_20;
-               ah->ah_updateCTSForBursting = NULL;
                ah->ah_setupTxDesc         = ar5416SetupTxDesc_20;
                ah->ah_reqTxIntrDesc       = ar5416IntrReqTxDesc_20;
                ah->ah_fillTxDesc          = ar5416FillTxDesc_20;
@@ -222,11 +220,6 @@ HAL_BOOL ar5416GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
        return AH_TRUE;
 }
 
-HAL_INT ar5416GetInterrupts(struct ath_hal *ah)
-{
-       return AH5416(ah)->ah_maskReg;
-}
-
 HAL_INT
 ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints)
 {