summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
authorVivek Natarajan <vnatarajan@atheros.com>2011-04-26 10:39:54 +0530
committerJohn W. Linville <linville@tuxdriver.com>2011-04-28 14:50:01 -0400
commitf78eb657f067ce87e19da94138d22cde8236c7db (patch)
tree6d4b07be4db369c4952ede6450597a6b92221b1b /drivers/net/wireless/ath
parenta6ef530f2b0bc7e871e8c2f2b2a0905eed57fead (diff)
downloadop-kernel-dev-f78eb657f067ce87e19da94138d22cde8236c7db.zip
op-kernel-dev-f78eb657f067ce87e19da94138d22cde8236c7db.tar.gz
ath9k_hw: Enable generic timer interrupt.
Generic timer interrupt was not triggered unless autosleep was disabled. Since autosleep is enabled in the newer chipsets, enable generic timer for using with bt coex logic. Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/ath9k/mac.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.c b/drivers/net/wireless/ath/ath9k/mac.c
index c8a4ced..9cf7a7d 100644
--- a/drivers/net/wireless/ath/ath9k/mac.c
+++ b/drivers/net/wireless/ath/ath9k/mac.c
@@ -885,6 +885,9 @@ void ath9k_hw_set_interrupts(struct ath_hw *ah, enum ath9k_int ints)
mask |= AR_IMR_GENTMR;
}
+ if (ints & ATH9K_INT_GENTIMER)
+ mask |= AR_IMR_GENTMR;
+
if (ints & (ATH9K_INT_BMISC)) {
mask |= AR_IMR_BCNMISC;
if (ints & ATH9K_INT_TIM)
OpenPOWER on IntegriCloud