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
        .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 = {