diff options
author | Bitterblue Smith <rtl8821cerfe2@gmail.com> | 2024-11-14 18:48:09 +0300 |
---|---|---|
committer | Ping-Ke Shih <pkshih@realtek.com> | 2024-11-21 03:47:13 +0300 |
commit | ce5dea83ee8f945203144fb891fdcb978216e45a (patch) | |
tree | 6c446f09ae54084f2cad5f68fed0c616b26707da /tools/perf/scripts/python/stackcollapse.py | |
parent | 82a35723a67c29f685d7b518962154a73b7163a2 (diff) | |
download | linux-ce5dea83ee8f945203144fb891fdcb978216e45a.tar.xz |
wifi: rtw88: usb: Enable RX aggregation for 8821au/8812au
USB RX aggregation improves the RX speed on certain ARM systems, like
the NanoPi NEO Core2. With RTL8811AU, before: 30 Mbps, after: 224 Mbps.
The out-of-tree driver uses aggregation size of 7 in USB 3 mode, but
that doesn't work here. rtw88 advertises support for receiving AMSDU
in AMPDU, so the AP sends larger frames, up to ~5100 bytes. With a size
of 7 RTL8812AU frequently tries to aggregate more frames than will fit
in 32768 bytes. Use a size of 6 instead.
Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/63012163-a425-4b15-b830-43f279c06b73@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions