After upgrading from last stable to 24.10.0, the bitrate for the 5-G radio was ~ 250 Mbit/s. This was about half what I was getting in last stable. The culprit was a conservative htmode value in /etc/config/wireless. This is what I did to fix so it is now getting over 500 Mbit/s at 25 feet from router:
- ssh to router (use putty if windows)
- copy '/etc/config/wireless' to '/etc/config/wireless.orig'
- edit '/etc/config/wireless'
- under
config wifi-device 'radio1'
, changeoption htmode
(mine was 'HE20') value toHE160
- save
- restart
radio1
from luci underNetwork
|Wireless
- connect a device to the 5-G wireless access point and check bitrate (or use a speedtest) to confirm improvement.
I hope this helps someone.
~Gig