Can't set Wifi channel and bandwidth
Posted: Fri Feb 21, 2020 6:32 pm
With the OpenWrt LuCI interface I can't set the Wifi band, channel or bandwidth because the drop down lists are empty. This is because the Java script has this error:
Uncaught TypeError: Cannot read property 'HT20' of null
at ra0.network1:200
This seems to be because htmodes is initialised to null and then htmodes.HT20 is referenced.
I can't find any mention of this bug with Google so I am wondering why I am getting it. I have flashed the latest firmware 20190802 but I also had the same problem with an older one. Anybody know why this is broken?
Uncaught TypeError: Cannot read property 'HT20' of null
at ra0.network1:200
This seems to be because htmodes is initialised to null and then htmodes.HT20 is referenced.
I can't find any mention of this bug with Google so I am wondering why I am getting it. I have flashed the latest firmware 20190802 but I also had the same problem with an older one. Anybody know why this is broken?