Skip to content

Commit

Permalink
wifi: rtw89: coex: Set Wi-Fi/Bluetooth priority for Wi-Fi scan case
Browse files Browse the repository at this point in the history
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 <ku920601@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20241019063131.9462-1-pkshih@realtek.com
  • Loading branch information
Ching-Te Ku authored and Ping-Ke Shih committed Oct 25, 2024
1 parent c67d7c7 commit 9dffa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/realtek/rtw89/coex.c
Original file line number Diff line number Diff line change
Expand Up @@ -3853,7 +3853,7 @@ void rtw89_btc_set_policy_v1(struct rtw89_dev *rtwdev, u16 policy_type)
s_def[CXST_ENULL].cxtbl, s_def[CXST_ENULL].cxtype);
break;
case BTC_CXP_OFFE_2GBWMIXB:
_slot_set(btc, CXST_E2G, 0, 0xea5a5555, SLOT_MIX);
_slot_set(btc, CXST_E2G, 0, tbl_w1, SLOT_MIX);
_slot_set_le(btc, CXST_EBT, s_def[CXST_EBT].dur,
s_def[CXST_EBT].cxtbl, s_def[CXST_EBT].cxtype);
break;
Expand Down

0 comments on commit 9dffa44

Please sign in to comment.