rtw89: coex: Cancel PS leaving while C2H comes
authorChing-Te Ku <ku920601@realtek.com>
Thu, 9 Dec 2021 08:32:28 +0000 (16:32 +0800)
committerKalle Valo <kvalo@kernel.org>
Tue, 14 Dec 2021 18:36:01 +0000 (20:36 +0200)
It's unnecessary to leave WL PS while C2H comes.

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/20211209083229.10815-7-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/coex.c

index 929818c..9f7d4f8 100644 (file)
@@ -4553,14 +4553,12 @@ void rtw89_btc_c2h_handle(struct rtw89_dev *rtwdev, struct sk_buff *skb,
                rtw89_debug(rtwdev, RTW89_DBG_BTC,
                            "[BTC], handle C2H BT INFO with data %8ph\n", buf);
                btc->cx.cnt_bt[BTC_BCNT_INFOUPDATE]++;
-               rtw89_leave_ps_mode(rtwdev);
                _update_bt_info(rtwdev, buf, len);
                break;
        case BTF_EVNT_BT_SCBD:
                rtw89_debug(rtwdev, RTW89_DBG_BTC,
                            "[BTC], handle C2H BT SCBD with data %8ph\n", buf);
                btc->cx.cnt_bt[BTC_BCNT_SCBDUPDATE]++;
-               rtw89_leave_ps_mode(rtwdev);
                _update_bt_scbd(rtwdev, false);
                break;
        case BTF_EVNT_BT_PSD: