From: Rajkumar Manoharan Date: Mon, 15 Oct 2012 09:59:53 +0000 (+0530) Subject: ath9k_hw: Set default MCI config for AR9565 X-Git-Tag: v3.8-rc1~139^2~17^2~297 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c5c9d04f628135ff57eda5068c9d9513f0a94bf;p=platform%2Fkernel%2Flinux-exynos.git ath9k_hw: Set default MCI config for AR9565 Signed-off-by: Rajkumar Manoharan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/btcoex.c b/drivers/net/wireless/ath/ath9k/btcoex.c index 05d9be5..c90e9bc 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);