summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChing-Te Ku <ku920601@realtek.com>2024-10-19 14:31:31 +0800
committerPing-Ke Shih <pkshih@realtek.com>2024-10-25 10:22:13 +0800
commit9dffa44171d9735733418b23585559c1cffc3bd8 (patch)
tree6985a22319577a88b2ef4746141be832aaf00b24
parentc67d7c7f4151fe863c89e4fb6a3665a4f1e58b28 (diff)
downloadlinux-stable-9dffa44171d9735733418b23585559c1cffc3bd8.tar.gz
linux-stable-9dffa44171d9735733418b23585559c1cffc3bd8.tar.bz2
linux-stable-9dffa44171d9735733418b23585559c1cffc3bd8.zip
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 <ku920601@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20241019063131.9462-1-pkshih@realtek.com
-rw-r--r--drivers/net/wireless/realtek/rtw89/coex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtw89/coex.c b/drivers/net/wireless/realtek/rtw89/coex.c
index 989e6e882c6e..8a65722dd1fd 100644
--- a/drivers/net/wireless/realtek/rtw89/coex.c
+++ b/drivers/net/wireless/realtek/rtw89/coex.c
@@ -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;