Open openwrt-bot opened 3 years ago
This was just fixed by https://github.com/openwrt/mt76/commit/152608a40aa715409acd210b82e383771733d5bf The second part of this issue was already fixed and backported by https://github.com/openwrt/luci/issues/5910#issuecomment-1200909095
ivanich:
Device: GL.iNet GL-MT1300 added with https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=d89a7f0120db42d4fae1656e1860ef49523acabb
The problem is that luci wireless app configures wifi devices in wrong order also wifi config command generates 2 radio interfaces with hwmode 11a instead of 11a and 11g respectivelly. Original description is https://github.com/openwrt/mt76/issues/474
using proper config where radio0 is 11g and radio1 is 11a works with wifi script(wifi up, wifi down) but luci's wifi interface is broken, also wireless doesn't comes up after router reboot until wifi up && wifi down commands executed(or wifi from rc.local for example).