summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajkumar Manoharan2012-10-15 11:59:53 +0200
committerJohn W. Linville2012-10-29 20:19:30 +0100
commit3c5c9d04f628135ff57eda5068c9d9513f0a94bf (patch)
tree9d3dabb3271022a096278942f299fc95866cd185
parentath9k_hw: Configure new switch table for AR9565 BTCOEX (diff)
downloadkernel-qcow2-linux-3c5c9d04f628135ff57eda5068c9d9513f0a94bf.tar.gz
kernel-qcow2-linux-3c5c9d04f628135ff57eda5068c9d9513f0a94bf.tar.xz
kernel-qcow2-linux-3c5c9d04f628135ff57eda5068c9d9513f0a94bf.zip
ath9k_hw: Set default MCI config for AR9565
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath9k/btcoex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/btcoex.c b/drivers/net/wireless/ath/ath9k/btcoex.c
index 05d9be5be52e..c90e9bc4b026 100644
--- a/drivers/net/wireless/ath/ath9k/btcoex.c
+++ b/drivers/net/wireless/ath/ath9k/btcoex.c
@@ -195,7 +195,7 @@ void ath9k_hw_btcoex_init_mci(struct ath_hw *ah)
ah->btcoex_hw.mci.need_flush_btinfo = false;
ah->btcoex_hw.mci.wlan_cal_seq = 0;
ah->btcoex_hw.mci.wlan_cal_done = 0;
- ah->btcoex_hw.mci.config = 0x2201;
+ ah->btcoex_hw.mci.config = (AR_SREV_9462(ah)) ? 0x2201 : 0xa4c1;
}
EXPORT_SYMBOL(ath9k_hw_btcoex_init_mci);