Openwrt 24.10 - Zyxel NWA50AX Pro - 5ghz Problem

Hi!

I am using two of the above mentioned APs and updated today from 23.05 to 24.10, mainly because meshing did not work properly.
Unfortunately any network added the 5ghz channel/interface stays on disabled and does not get any connections. On 23.05, there were no issues.

Is this already known?
Can I downgrade via sysupgrade image to 23.05 again until there is a fix?

Thank you in advance and thank you for this great piece of software.

Cheers

This looks like a configuration issue as I've been running 24.10.0 on my Pro since it was released and have not seen anything like this. I have about a dozen devices attached right now, across both radios and they're working fine.

$ cat /etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/soc/18000000.wifi'
        option channel '9'
        option band '2g'
        option htmode 'HE40'
        option txpower '23'
        option cell_density '0'
        option country 'US'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option encryption 'sae-mixed'
        option ssid 'myssid'
        option key 'password123'
        option max_inactivity '900'
        option disassoc_low_ack '0'

config wifi-device 'radio1'
        option type 'mac80211'
        option path 'platform/soc/18000000.wifi+1'
        option channel '36'
        option band '5g'
        option htmode 'HE80'
        option txpower '23'
        option cell_density '0'
        option country 'US'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option encryption 'sae'
        option ssid 'myssid'
        option key 'password123'