X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fwlan%2Far5416_hw.c;h=ec35f3a06a5726fa2b82128c4a9d3f4c7434bb9a;hb=1aefec12b482808d4d88102e8fe0e0d3545b73c6;hp=7c271ce679fcba14f119e152fa0af6abf18cab9f;hpb=c943c242986bec759d4d0611490ca0b777874c1e;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/wlan/ar5416_hw.c b/target_firmware/wlan/ar5416_hw.c index 7c271ce..ec35f3a 100644 --- a/target_firmware/wlan/ar5416_hw.c +++ b/target_firmware/wlan/ar5416_hw.c @@ -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) {