Skip to content

Commit a3e18e1

Browse files
committed
wifi: rtw89: mac: reduce PPDU status length for WiFi 6 chips
JIRA: https://issues.redhat.com/browse/RHEL-114889 commit 8552f2b Author: Chia-Yuan Li <leo.li@realtek.com> Date: Tue Jul 15 11:52:56 2025 +0800 wifi: rtw89: mac: reduce PPDU status length for WiFi 6 chips 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 Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
1 parent 71b0590 commit a3e18e1

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/realtek/rtw89

1 file changed

+1
-1
lines changed

drivers/net/wireless/realtek/rtw89/mac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5865,7 +5865,7 @@ int rtw89_mac_cfg_ppdu_status_ax(struct rtw89_dev *rtwdev, u8 mac_idx, bool enab
58655865

58665866
rtw89_write32(rtwdev, reg, B_AX_PPDU_STAT_RPT_EN |
58675867
B_AX_APP_MAC_INFO_RPT |
5868-
B_AX_APP_RX_CNT_RPT | B_AX_APP_PLCP_HDR_RPT |
5868+
B_AX_APP_PLCP_HDR_RPT |
58695869
B_AX_PPDU_STAT_RPT_CRC32);
58705870
rtw89_write32_mask(rtwdev, R_AX_HW_RPT_FWD, B_AX_FWD_PPDU_STAT_MASK,
58715871
RTW89_PRPT_DEST_HOST);

0 commit comments

Comments
 (0)