wifi: rtw89: remove redundant check of entering LPS
authorPing-Ke Shih <pkshih@realtek.com>
Sat, 27 May 2023 08:29:39 +0000 (16:29 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 1 Jun 2023 13:16:41 +0000 (16:16 +0300)
Originally, add this check rule to prevent entering LPS if more than one
vif (in station mode) connect to AP. Since we have checked this by previous
commit, remove this redundant check.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230527082939.11206-4-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.c

index 7fc0a26..bad864d 100644 (file)
@@ -2531,9 +2531,6 @@ static void rtw89_vif_enter_lps(struct rtw89_dev *rtwdev, struct rtw89_vif *rtwv
            rtwvif->tdls_peer)
                return;
 
-       if (rtwdev->total_sta_assoc > 1)
-               return;
-
        if (rtwvif->offchan)
                return;