[openwrt/openwrt] ramips: Fix Wireless Frequencies for HYC-G920

LEDE Commits lede-commits at lists.infradead.org
Thu May 18 03:03:37 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/97a37288b99bc0e61984a0d52ce98462639b91a4

commit 97a37288b99bc0e61984a0d52ce98462639b91a4
Author: Muhammad AL-Qadhy <m.ismael at gmail.com>
AuthorDate: Sun May 7 16:37:51 2023 +0300

    ramips: Fix Wireless Frequencies for HYC-G920
    
    Fix wireless frequencies to show correct wireless interfaces.
    
    Signed-off-by: Muhammad AL-Qadhy <m.ismael at gmail.com>
---
 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>;




More information about the lede-commits mailing list