Slow wifi speeds

Hey all. If I plug into eth port then I get my full 1000 mbit speed however if I use wifi I will get only 197 mbits in AX mode. (note that I ideally want to only split on 2.4ghz and 5 but when I did and connected to the 5ghz I would only get 50 mbits so current config is split on mode).

Im not sure what I possibly could have configured wrong or if there is a limitation in my router. Im using a GL.iNet GL-MT6000 router with 23.05.4

config:

root@OpenWrt:~# cat /etc/config/wireless

config wifi-device 'radio0'
	option type 'mac80211'
	option path '1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
	option cell_density '0'

config wifi-device 'radio1'
	option type 'mac80211'
	option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
	option cell_density '0'

config wifi-device 'radio2'
	option type 'mac80211'
	option path 'platform/soc/18000000.wifi'
	option channel '3'
	option band '2g'
	option htmode 'HE20'
	option cell_density '0'
	option country 'SE'

config wifi-device 'radio3'
	option type 'mac80211'
	option path 'platform/soc/18000000.wifi+1'
	option channel '128'
	option band '5g'
	option htmode 'HE20'
	option cell_density '0'
	option country 'SE'

config wifi-iface 'wifinet6'
	option device 'radio2'
	option mode 'ap'
	option ssid 'Marks'
	option encryption 'psk2'
	option key 'REDACTED'
	option network 'lan'

config wifi-iface 'wifinet3'
	option device 'radio0'
	option mode 'ap'
	option ssid 'Marks'
	option encryption 'psk2'
	option key 'REDACTED'
	option network 'lan'

config wifi-iface 'wifinet4'
	option device 'radio1'
	option mode 'ap'
	option ssid 'Marks'
	option encryption 'psk2'
	option key 'REDACTED'

config wifi-iface 'wifinet5'
	option device 'radio3'
	option mode 'ap'
	option ssid 'Marks5gAC'
	option encryption 'psk2'
	option key 'REDACTED'
	option network 'lan'

config wifi-iface 'wifinet7'
	option device 'radio3'
	option mode 'ap'
	option ssid 'Marks5gAX'
	option encryption 'psk2'
	option key 'REDACTED'
	option network 'lan'

config wifi-iface 'wifinet8'
	option device 'radio3'
	option mode 'ap'
	option ssid 'Marks5g'
	option encryption 'psk2'
	option key 'REDACTED'
	option network 'lan'

config wifi-iface 'wifinet9'
	option device 'radio2'
	option mode 'ap'
	option ssid 'Marks'
	option encryption 'psk2'
	option key 'REDACTED'
	option network 'lan'

config wifi-iface 'wifinet12'
	option device 'radio2'
	option mode 'ap'
	option ssid 'Marks5gAX'
	option encryption 'psk2'
	option network 'lan'
	option key 'REDACTED'

Try 40MHz channels, or 80 if your area isn't too congested with wifi.

1 Like

That bumped me up to 444 mbits so quite a bit better with 80MHz. Cheers, is this the max you reckon I can push due to some limitation or something else amiss? And do you know if I did something wrong before when having them all with same SSID and it then being limited way more?

You can push (a bit over) half of advertised BW, i.e if your client is 2-antenna AC then 433+ or if it is 2-antenna AX then 600+, if there is somebody within 50m in same cannel and you both run full bw test it becomes half.

2 Likes

alright. Thanks both :slight_smile:

Now only if I could have all the 5GHz modes in one network, but thats just cosmetics at least

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.