diff options
author | Muhammad AL-Qadhy <m.ismael@gmail.com> | 2023-05-07 16:37:51 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-05-18 12:02:15 +0200 |
commit | 97a37288b99bc0e61984a0d52ce98462639b91a4 (patch) | |
tree | 3a86a0d7ed35a0464c925d1b625165506b71ae57 | |
parent | dd1f3f067549581d0922f0598b462be7b060ab1a (diff) | |
download | upstream-97a37288b99bc0e61984a0d52ce98462639b91a4.tar.gz upstream-97a37288b99bc0e61984a0d52ce98462639b91a4.tar.bz2 upstream-97a37288b99bc0e61984a0d52ce98462639b91a4.zip |
ramips: Fix Wireless Frequencies for HYC-G920
Fix wireless frequencies to show correct wireless interfaces.
Signed-off-by: Muhammad AL-Qadhy <m.ismael@gmail.com>
-rw-r--r-- | target/linux/ramips/dts/mt7621_hanyang_hyc-g920.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621_hanyang_hyc-g920.dts b/target/linux/ramips/dts/mt7621_hanyang_hyc-g920.dts index db341ab87b..c4e28b96df 100644 --- a/target/linux/ramips/dts/mt7621_hanyang_hyc-g920.dts +++ b/target/linux/ramips/dts/mt7621_hanyang_hyc-g920.dts @@ -116,6 +116,7 @@ compatible = "mediatek,mt76"; reg = <0x0000 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x8000>; + ieee80211-freq-limit = <5000000 6000000>; led { led-sources = <2>; @@ -129,6 +130,7 @@ compatible = "mediatek,mt76"; reg = <0x0000 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x0000>; + ieee80211-freq-limit = <2400000 2500000>; led { led-sources = <2>; |