use ah_getPendingInterrupts directly
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_ath.c
index c61832e7d170c2c85ecda090b8382ff42270ecf1..3907262818fb15ec9aadcd2dda59838ef848d57f 100755 (executable)
@@ -1024,7 +1024,7 @@ adf_os_irq_resp_t ath_intr(adf_drv_handle_t hdl)
        if (!ah->ah_isInterruptPending(ah))
                return ADF_OS_IRQ_NONE;
 
-       ath_hal_getisr(ah, &status);
+       ah->ah_getPendingInterrupts(ah, &status);
 
        status &= sc->sc_imask;