projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf510e
)
wifi: rtw89: mac: reduce PPDU status length for WiFi 6 chips
author
Chia-Yuan Li
<leo.li@realtek.com>
Tue, 15 Jul 2025 03:52:56 +0000
(11:52 +0800)
committer
Ping-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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/realtek/rtw89/mac.c
b/drivers/net/wireless/realtek/rtw89/mac.c
index f6bbc796329cd79ad967ecd5d7905df4045ba368..3de3ea1e13ad23d8573f06f998ad818ca05ddd7c 100644
(file)
--- a/
drivers/net/wireless/realtek/rtw89/mac.c
+++ b/
drivers/net/wireless/realtek/rtw89/mac.c
@@
-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);