Message ID | 20231218061341.51255-8-pkshih@realtek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0c1829dc7a5d0a9f7df952c543a5c86820d557c7 |
Delegated to: | Kalle Valo |
Headers | show |
Series | wifi: rtw89: coex: improve BT-coexistence performance for 8852B and 8851B | expand |
diff --git a/drivers/net/wireless/realtek/rtw89/coex.c b/drivers/net/wireless/realtek/rtw89/coex.c index e89af5915657..43a95f9b0868 100644 --- a/drivers/net/wireless/realtek/rtw89/coex.c +++ b/drivers/net/wireless/realtek/rtw89/coex.c @@ -5419,12 +5419,14 @@ void _run_coex(struct rtw89_dev *rtwdev, enum btc_reason_and_action reason) if (mode == BTC_WLINK_NOLINK || mode == BTC_WLINK_2G_STA || mode == BTC_WLINK_5G) { _action_wl_scan(rtwdev); + bt->scan_rx_low_pri = false; goto exit; } } if (wl->status.map.scan) { _action_wl_scan(rtwdev); + bt->scan_rx_low_pri = false; goto exit; }