]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw89: 8852b: set AMSDU limit to 5000
authorPing-Ke Shih <pkshih@realtek.com>
Fri, 21 Jun 2024 12:36:16 +0000 (20:36 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Thu, 27 Jun 2024 01:54:11 +0000 (09:54 +0800)
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 <pkshih@realtek.com>
Link: https://patch.msgid.link/20240621123617.6687-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8852b.c

index 24f9fd444ca048851515ca12ec369979fdc2b0eb..1a9c4951060ab917457642cbf6fd6725be36b0fe 100644 (file)
@@ -944,7 +944,7 @@ const struct rtw89_chip_info rtw8852b_chip_info = {
        .fifo_size              = 196608,
        .small_fifo_size        = true,
        .dle_scc_rsvd_size      = 98304,
-       .max_amsdu_limit        = 3500,
+       .max_amsdu_limit        = 5000,
        .dis_2g_40m_ul_ofdma    = true,
        .rsvd_ple_ofst          = 0x2f800,
        .hfc_param_ini          = rtw8852b_hfc_param_ini_pcie,