diff options
author | Rajkumar Manoharan <rmanohar@qca.qualcomm.com> | 2012-10-15 05:59:53 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-10-29 15:19:30 -0400 |
commit | 3c5c9d04f628135ff57eda5068c9d9513f0a94bf (patch) | |
tree | 9d3dabb3271022a096278942f299fc95866cd185 | |
parent | 506ed95c27b9e4db521df8433860da78b4747cd8 (diff) |
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.c | 2 |
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) | |||
195 | ah->btcoex_hw.mci.need_flush_btinfo = false; | 195 | ah->btcoex_hw.mci.need_flush_btinfo = false; |
196 | ah->btcoex_hw.mci.wlan_cal_seq = 0; | 196 | ah->btcoex_hw.mci.wlan_cal_seq = 0; |
197 | ah->btcoex_hw.mci.wlan_cal_done = 0; | 197 | ah->btcoex_hw.mci.wlan_cal_done = 0; |
198 | ah->btcoex_hw.mci.config = 0x2201; | 198 | ah->btcoex_hw.mci.config = (AR_SREV_9462(ah)) ? 0x2201 : 0xa4c1; |
199 | } | 199 | } |
200 | EXPORT_SYMBOL(ath9k_hw_btcoex_init_mci); | 200 | EXPORT_SYMBOL(ath9k_hw_btcoex_init_mci); |
201 | 201 | ||