mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
52a457020a
The 11ad spec requires 11ad devices to be able to receive 8KB packets over the air. Currently this is only possible by loading the driver with mtu_max=7912 but this also forces a smaller block ACK window size which reduces performance for stations which transmit normal sized packets (<2KB). Fix this problem as follows: 1. Add a module parameter rx_large_buf that when set, will allocate 8KB RX buffers regardless of mtu_max setting. 2. When receiving block ACK request agree to any window size not above our maximum, regardless of the mtu_max setting. This means if the other side transmits small packets (2KB) it can still set up block ACK with a large window size, and get better performance. Signed-off-by: Lior David <qca_liord@qca.qualcomm.com> Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> |
||
---|---|---|
.. | ||
boot_loader.h | ||
cfg80211.c | ||
debug.c | ||
debugfs.c | ||
ethtool.c | ||
fw_inc.c | ||
fw.c | ||
fw.h | ||
interrupt.c | ||
ioctl.c | ||
Kconfig | ||
main.c | ||
Makefile | ||
netdev.c | ||
p2p.c | ||
pcie_bus.c | ||
pm.c | ||
pmc.c | ||
pmc.h | ||
rx_reorder.c | ||
trace.c | ||
trace.h | ||
txrx.c | ||
txrx.h | ||
wil6210.h | ||
wil_crash_dump.c | ||
wil_platform.c | ||
wil_platform.h | ||
wmi.c | ||
wmi.h |