]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
wifi: rtw89: wow: remove notify during WoWLAN net-detect
authorKuan-Chung Chen <damon.chen@realtek.com>
Mon, 11 Aug 2025 12:37:39 +0000 (20:37 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Tue, 19 Aug 2025 01:02:04 +0000 (09:02 +0800)
In WoWLAN net-detect mode, the firmware periodically performs scans
and sends scan reports via C2H, which driver does not need. These
unnecessary C2H events cause firmware watchdog timeout, leading
to unexpected wakeups and SER 0x2599 on 8922AE.

Signed-off-by: Kuan-Chung Chen <damon.chen@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250811123744.15361-4-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/fw.c

index cc1956245f9b72e0ff294638d1dcefa2ccc30b02..398d8ab98f6359d3ba05116845091acc85cd826e 100644 (file)
@@ -7213,7 +7213,6 @@ static void rtw89_pno_scan_add_chan_ax(struct rtw89_dev *rtwdev,
        struct rtw89_pktofld_info *info;
        u8 probe_count = 0;
 
-       ch_info->notify_action = RTW89_SCANOFLD_DEBUG_MASK;
        ch_info->dfs_ch = chan_type == RTW89_CHAN_DFS;
        ch_info->bw = RTW89_SCAN_WIDTH;
        ch_info->tx_pkt = true;
@@ -7354,7 +7353,6 @@ static void rtw89_pno_scan_add_chan_be(struct rtw89_dev *rtwdev, int chan_type,
        struct rtw89_pktofld_info *info;
        u8 probe_count = 0, i;
 
-       ch_info->notify_action = RTW89_SCANOFLD_DEBUG_MASK;
        ch_info->dfs_ch = chan_type == RTW89_CHAN_DFS;
        ch_info->bw = RTW89_SCAN_WIDTH;
        ch_info->tx_null = false;