No, I did not know about this AMSDU workaround.
Before I try this, I have 4 questions:
-
This may work for 3200 models, but I have a WRT1200AC v1, which does have the 88W8864 radio chip type, so I assume this will work for these units also?
-
Does this have the possibility of bricking my router? (It's my primary unit, I don't want it not working! )
The commands you provide append a "0" to those 2 files.
-
Shouldn't it be a single ">" to instead overwrite the contents??
-
The current contents (on v19.07.7) of those files is "tx amsdu: enable". If we are turning it off, shouldn't it be changed to "disable" rather than just a zero in that file?
(i.e.echo "tx amsdu: disable" > /sys/kernel/debug/ieee80211/phy0/mwlwifi/tx_amsdu
.... )
(note the single ">")
Thanks for your help @anomeome !