openwrt / openwrt

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
Other
20.3k stars 10.5k forks source link

FS#3628 - mt7615 dbdc wireless issues #8665

Open openwrt-bot opened 3 years ago

openwrt-bot commented 3 years ago

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).

Djfe commented 1 year 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