mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
rtlwifi: btcoex: 23b 2ant: remove debugging code for 0x948
Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Pkshih <pkshih@realtek.com> Cc: Birming Chiu <birming@realtek.com> Cc: Shaofu <shaofu@realtek.com> Cc: Steven Ting <steventing@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
2037b83c12
commit
acb9c779ec
|
|
@ -3486,12 +3486,6 @@ static void btc8723b2ant_run_coexist_mechanism(struct btc_coexist *btcoexist)
|
|||
"[BTCoex], BT is under inquiry/page scan !!\n");
|
||||
btc8723b2ant_action_bt_inquiry(btcoexist);
|
||||
return;
|
||||
} else {
|
||||
if (coex_dm->need_recover_0x948) {
|
||||
coex_dm->need_recover_0x948 = false;
|
||||
btcoexist->btc_write_2byte(btcoexist, 0x948,
|
||||
coex_dm->backup_0x948);
|
||||
}
|
||||
}
|
||||
|
||||
btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_SCAN, &scan);
|
||||
|
|
|
|||
|
|
@ -134,8 +134,6 @@ struct coex_dm_8723b_2ant {
|
|||
|
||||
bool is_switch_to_1dot5_ant;
|
||||
u8 switch_thres_offset;
|
||||
bool need_recover_0x948;
|
||||
u16 backup_0x948;
|
||||
};
|
||||
|
||||
struct coex_sta_8723b_2ant {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user