ramips: fix frequency limit property for some Edimax devices

These three devices uses MT7612E PCIe NIC and supported by the
'mt76' driver. So the right frequency limit property should be
`ieee80211-freq-limit`.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
Shiji Yang 2023-10-15 10:57:44 +08:00 committed by Christian Marangi
parent 95e241d2af
commit b5d059d677
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@
reg = <0x0000 0 0 0 0>;
nvmem-cells = <&eeprom_factory_8000>;
nvmem-cell-names = "eeprom";
mediatek,2ghz = <0>;
ieee80211-freq-limit = <5000000 6000000>;
};
};

View File

@ -203,7 +203,7 @@
reg = <0x0000 0 0 0 0>;
nvmem-cells = <&eeprom_factory_8000>;
nvmem-cell-names = "eeprom";
mediatek,2ghz = <0>;
ieee80211-freq-limit = <5000000 6000000>;
};
};