Wifi Radios questions Netgear WAX206

Hi, I'm currently using Openwrt version 24.10.0 r28427-6df0e3d02a with a Netgear WAX206, I'm wondering about radio3 not being used. Should I try to make better use of it? I have 1x 2.4 GHz ssid and 2x 5 Ghz ssid.

My config looks like this:

config wifi-device 'radio0'
	option type 'mac80211'
	option phy 'wl0'
	option cell_density '0'
	option htmode 'HT20'
	option band '2g'
	option channel '6'

config wifi-device 'radio1'
	option type 'mac80211'
	option phy 'wl1'
	option cell_density '0'
	option htmode 'HE80'
	option band '5g'
	option channel '36'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option ssid 'POrta_freak_6'
	option encryption 'psk2'
	option key 'mypass'
	

config wifi-iface 'wifinet4'
	option device 'radio0'
	option mode 'ap'
	option ssid 'POrta_freak_2.4GHz'
	option encryption 'psk2'
	option key 'mypass'
	option network 'lan'
	option disassoc_low_ack '0'
	option skip_inactivity_poll '1'
	

config wifi-device 'radio2'
	option type 'mac80211'
	option path 'platform/18000000.wmac'
	option channel '1'
	option band '2g'
	option htmode 'HT20'
	option disabled '1'

config wifi-device 'radio3'
	option type 'mac80211'
	option path '1a143000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
	option channel '36'
	option band '5g'
	option htmode 'HE80'

config wifi-iface 'wifinet5'
	option device 'radio1'
	option mode 'ap'
	option ssid 'Fortin_Guest'
	option encryption 'psk2'
	option key 'mypass'
	option network 'guest'

Hi,

I can get mine out of storage but there's only two radios on it, somehow you have two duplicates.

1 Like

Why would I have two radios?

It's your config..