mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 09:56:25 -04:00
wifi: rtw89: coex: Change RTL8852B use v1 TDMA policy
RTL8852B support the new features like TDMA instant (Change TDMA mechanism immediately), Co-RX feature (Wi-Fi/Bluetooth can RX in the same time) and so on. The v1 TDMA policy will enable those newer mechanism. It will have a better coexistence performance. Signed-off-by: Ching-Te Ku <ku920601@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230106120844.17441-7-pkshih@realtek.com
This commit is contained in:
@@ -2423,7 +2423,7 @@ static const struct rtw89_chip_ops rtw8852b_chip_ops = {
|
||||
.btc_update_bt_cnt = rtw8852b_btc_update_bt_cnt,
|
||||
.btc_wl_s1_standby = rtw8852b_btc_wl_s1_standby,
|
||||
.btc_set_wl_rx_gain = rtw8852b_btc_set_wl_rx_gain,
|
||||
.btc_set_policy = rtw89_btc_set_policy,
|
||||
.btc_set_policy = rtw89_btc_set_policy_v1,
|
||||
};
|
||||
|
||||
const struct rtw89_chip_info rtw8852b_chip_info = {
|
||||
|
||||
Reference in New Issue
Block a user