summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5416
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-05-19 17:35:15 +0000
committersam <sam@FreeBSD.org>2009-05-19 17:35:15 +0000
commit1fbbbacfdb6be0a61fe7d733939f2edd984a5093 (patch)
tree9aef58822a6f337443802fa4fa2dd1287a078d10 /sys/dev/ath/ath_hal/ar5416
parent4bc0dcfe6919ce6f7b8fd1f229940c19bcba927b (diff)
downloadFreeBSD-src-1fbbbacfdb6be0a61fe7d733939f2edd984a5093.zip
FreeBSD-src-1fbbbacfdb6be0a61fe7d733939f2edd984a5093.tar.gz
remove special handling for BNR; it is direct mapped to the harwdare so
can be added to HAL_INT_COMMON except on the 5210 where it doesn't exist
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5416')
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c b/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
index 7aa538d..7b6f951 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
@@ -119,8 +119,6 @@ ar5416GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
}
- if (isr & AR_ISR_BNR)
- *masked |= HAL_INT_BNR;
/* Interrupt Mitigation on AR5416 */
#ifdef AR5416_INT_MITIGATION
@@ -229,8 +227,6 @@ ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints)
if (ints & HAL_INT_TSFOOR)
mask2 |= AR_IMR_S2_TSFOOR;
}
- if (ints & HAL_INT_BNR)
- mask |= AR_IMR_BNR;
/* Write the new IMR and store off our SW copy. */
HALDEBUG(ah, HAL_DEBUG_INTERRUPT, "%s: new IMR 0x%x\n", __func__, mask);
OpenPOWER on IntegriCloud