ath9k: add some more pending fixes / optimizations

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 38398
This commit is contained in:
Felix Fietkau
2013-10-14 19:38:42 +00:00
parent d21810a298
commit f1ea6d3c2d
9 changed files with 234 additions and 55 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
@@ -546,6 +546,11 @@ irqreturn_t ath_isr(int irq, void *dev)
@@ -565,6 +565,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 */