Skip to content

Commit 4340e8f

Browse files
author
Narpat Mali
committed
wifi: rtw89: 8852b: set AMSDU limit to 5000
JIRA: https://issues.redhat.com/browse/RHEL-35542 commit 5f7e92c Author: Ping-Ke Shih <[email protected]> Date: Fri Jun 21 20:36:16 2024 +0800 wifi: rtw89: 8852b: set AMSDU limit to 5000 Enlarge AMSDU limit to improve MAC efficient to get better TX throughput from 851 to 895 Mbps. No change for RX throughput 902 Mbps. Signed-off-by: Ping-Ke Shih <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Narpat Mali <[email protected]>
1 parent 375ed2d commit 4340e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2575,7 +2575,7 @@ const struct rtw89_chip_info rtw8852b_chip_info = {
25752575
.fifo_size = 196608,
25762576
.small_fifo_size = true,
25772577
.dle_scc_rsvd_size = 98304,
2578-
.max_amsdu_limit = 3500,
2578+
.max_amsdu_limit = 5000,
25792579
.dis_2g_40m_ul_ofdma = true,
25802580
.rsvd_ple_ofst = 0x2f800,
25812581
.hfc_param_ini = rtw8852b_hfc_param_ini_pcie,

0 commit comments

Comments
 (0)