ath9k: fix tx power reporting

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

SVN-Revision: 43032
This commit is contained in:
Felix Fietkau
2014-10-22 16:26:56 +00:00
parent c14e0807bd
commit d9ea3d2aa8
11 changed files with 205 additions and 70 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
@@ -535,6 +535,11 @@ irqreturn_t ath_isr(int irq, void *dev)
@@ -532,6 +532,11 @@ irqreturn_t ath_isr(int irq, void *dev)
ath9k_debug_sync_cause(sc, sync_cause);
status &= ah->imask; /* discard unasked-for bits */