LuCI Bugs with Wireless on current master branch

A few weeks on latest master branch with QCA9880 (with ath10k and ath10k-ct) i can't configure it from LUCI:

When i click on ADD or EDIT from Firefox, i get:

From Chrome or Windows Edge i get:

LuCI Master (git-19.282.66222-6fb5fd3) / OpenWrt SNAPSHOT r11215-bba6646b5c

But when i enable it - open network is discovered and i can join, so - wireless card is working good, when i click on EDIT, i get:

How to fix it?

I forgot to write — system is x86-64 under Hyper-V with PCIE card passthrough, wireless config:

config wifi-device 'radio0'
option type 'mac80211'
option channel '36'
option hwmode '11a'
option path 'LNXSYSTM:00/LNXSYBUS:00/ACPI0004:00/VMBUS:00/c98491b1-328b-41d8-a6a4-1f4a70f3dfa1/pcia6a4:00/a6a4:00:00.0'
option htmode 'VHT80'
option disabled '1'

config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'

Fixed:

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