]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: rtw89: mac: reduce PPDU status length for WiFi 6 chips
authorChia-Yuan Li <leo.li@realtek.com>
Tue, 15 Jul 2025 03:52:56 +0000 (11:52 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Fri, 18 Jul 2025 06:00:20 +0000 (14:00 +0800)
Since the RX counter in the PPDU status is not used,
it is disabled to reduce the waste of DLE quota.

Signed-off-by: Chia-Yuan Li <leo.li@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250715035259.45061-3-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/mac.c

index f6bbc796329cd79ad967ecd5d7905df4045ba368..3de3ea1e13ad23d8573f06f998ad818ca05ddd7c 100644 (file)
@@ -5865,7 +5865,7 @@ int rtw89_mac_cfg_ppdu_status_ax(struct rtw89_dev *rtwdev, u8 mac_idx, bool enab
 
        rtw89_write32(rtwdev, reg, B_AX_PPDU_STAT_RPT_EN |
                                   B_AX_APP_MAC_INFO_RPT |
-                                  B_AX_APP_RX_CNT_RPT | B_AX_APP_PLCP_HDR_RPT |
+                                  B_AX_APP_PLCP_HDR_RPT |
                                   B_AX_PPDU_STAT_RPT_CRC32);
        rtw89_write32_mask(rtwdev, R_AX_HW_RPT_FWD, B_AX_FWD_PPDU_STAT_MASK,
                           RTW89_PRPT_DEST_HOST);