remove ar5416GetInterrupts
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index 7c271ce679fcba14f119e152fa0af6abf18cab9f..fcec3bfad28b19c1fdea6404fcc7fa55dd21852a 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,
        },
 };
@@ -222,11 +221,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)
 {