mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 17:14:14 +08:00
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>
This commit is contained in:
parent
506ed95c27
commit
3c5c9d04f6
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user