Hello to everyone.
How do I make sure that the Wi-Fi link does not use A_MSDU?
I know that in the ASUS native settings I can disable aggregation for WLAN.
(edit: Apparently it also just reduces A_MSDU and does not disable it completely.)
But in OpenWrt I can not find any setting to disable it similarly.
The only /etc/config/wireless configuration I found so far is the "max_amsdu" but that only differentiates between two length.
Is the configuration of A_MSDU somehow encoded in some high throughput setting?
Ideally I want to only use A_MPDU (Block ACKs) but for that I also find no configuration parameter.
How can I force A_MPDU?
I assume that if I find one configuration parameter, the other one will be quite similar.
I use the ASUS RT-AX53U model, by the way.
Thanks for reading and your help in advance.