mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-07 14:19:35 +00:00
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 <pkshih@realtek.com> Link: https://patch.msgid.link/20240621123617.6687-1-pkshih@realtek.com
This commit is contained in:
parent
5b8c61b82e
commit
5f7e92c59b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user