From 97a37288b99bc0e61984a0d52ce98462639b91a4 Mon Sep 17 00:00:00 2001 From: Muhammad AL-Qadhy Date: Sun, 7 May 2023 16:37:51 +0300 Subject: [PATCH] ramips: Fix Wireless Frequencies for HYC-G920 Fix wireless frequencies to show correct wireless interfaces. Signed-off-by: Muhammad AL-Qadhy --- target/linux/ramips/dts/mt7621_hanyang_hyc-g920.dts | 2 ++ 1 file changed, 2 insertions(+) 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>; -- 2.30.2