|
@@ -2885,12 +2885,8 @@ static void halbtc8822b2ant_action_a2dp(struct btc_coexist *btcoexist)
|
|
|
NORMAL_EXEC, 5);
|
|
|
|
|
|
} else {
|
|
|
- if (wifi_turbo)
|
|
|
- halbtc8822b2ant_coex_table_with_type(
|
|
|
- btcoexist, NORMAL_EXEC, 10);
|
|
|
- else
|
|
|
- halbtc8822b2ant_coex_table_with_type(
|
|
|
- btcoexist, NORMAL_EXEC, 10);
|
|
|
+ halbtc8822b2ant_coex_table_with_type(btcoexist,
|
|
|
+ NORMAL_EXEC, 10);
|
|
|
|
|
|
halbtc8822b2ant_ps_tdma(btcoexist, NORMAL_EXEC, true,
|
|
|
109);
|