ath9k: fix a soft lockup on smp systems

SVN-Revision: 35152
This commit is contained in:
Felix Fietkau
2013-01-14 15:58:46 +00:00
parent fca519e06d
commit b8ee5a7a1c
5 changed files with 27 additions and 21 deletions

View File

@@ -125,7 +125,7 @@
REG_SET_BIT(ah, AR_BTCOEX_WL_LNADIV, AR_BTCOEX_WL_LNADIV_FORCE_ON);
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -464,6 +464,11 @@ irqreturn_t ath_isr(int irq, void *dev)
@@ -463,6 +463,11 @@ irqreturn_t ath_isr(int irq, void *dev)
ath9k_hw_getisr(ah, &status); /* NB: clears ISR too */
status &= ah->imask; /* discard unasked-for bits */