Commit acb9c779 authored by Yan-Hsuan Chuang's avatar Yan-Hsuan Chuang Committed by Kalle Valo

rtlwifi: btcoex: 23b 2ant: remove debugging code for 0x948

Signed-off-by: default avatarYan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: default avatarLarry 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: default avatarKalle Valo <kvalo@codeaurora.org>
parent 2037b83c
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment