Commit 7ad6ff88 authored by Yan-Hsuan Chuang's avatar Yan-Hsuan Chuang Committed by Kalle Valo
Browse files

rtlwifi: btcoex: 21a 1ant: use default value when initiating coex



For newer coex mechanism, it is not necessary to set a critical value to
avoid the power on instability, just use default value for PTA.

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 af4295ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2096,7 +2096,6 @@ static void btc8821a1ant_init_coex_dm(struct btc_coexist *btcoexist)
	 */
	btc8821a1ant_sw_mechanism(btcoexist, false);

	btc8821a1ant_ps_tdma(btcoexist, FORCE_EXEC, false, 8);
	btc8821a1ant_coex_table_with_type(btcoexist, FORCE_EXEC, 0);
}