Skip to content

Commit 9dffa44

Browse files
Ching-Te KuPing-Ke Shih
Ching-Te Ku
authored and
Ping-Ke Shih
committed
wifi: rtw89: coex: Set Wi-Fi/Bluetooth priority for Wi-Fi scan case
The priority table should be changed according to what the in using Bluetooth application is. To avoid Bluetooth audio + HID (mouse) will trigger the lag experience, update the priority table. Signed-off-by: Ching-Te Ku <[email protected]> Signed-off-by: Ping-Ke Shih <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent c67d7c7 commit 9dffa44

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/realtek/rtw89

1 file changed

+1
-1
lines changed

drivers/net/wireless/realtek/rtw89/coex.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3853,7 +3853,7 @@ void rtw89_btc_set_policy_v1(struct rtw89_dev *rtwdev, u16 policy_type)
38533853
s_def[CXST_ENULL].cxtbl, s_def[CXST_ENULL].cxtype);
38543854
break;
38553855
case BTC_CXP_OFFE_2GBWMIXB:
3856-
_slot_set(btc, CXST_E2G, 0, 0xea5a5555, SLOT_MIX);
3856+
_slot_set(btc, CXST_E2G, 0, tbl_w1, SLOT_MIX);
38573857
_slot_set_le(btc, CXST_EBT, s_def[CXST_EBT].dur,
38583858
s_def[CXST_EBT].cxtbl, s_def[CXST_EBT].cxtype);
38593859
break;

0 commit comments

Comments
 (0)