diff options
author | Shiji Yang <yangshiji66@qq.com> | 2023-10-15 10:57:44 +0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-17 12:07:27 +0200 |
commit | b5d059d6777a07b6473e340c1ec4b0289a855ecb (patch) | |
tree | 4e71e25970a4caba7fe80c6470ebd5ca5b43c898 | |
parent | 95e241d2af820d92bad63a5daa3823174d549ba5 (diff) |
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>
-rw-r--r-- | target/linux/ramips/dts/mt7620a_edimax_br-6478ac-v2.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7620a_edimax_ew-7478apc.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7620a_edimax_br-6478ac-v2.dts b/target/linux/ramips/dts/mt7620a_edimax_br-6478ac-v2.dts index c0893cd623..b829262474 100644 --- a/target/linux/ramips/dts/mt7620a_edimax_br-6478ac-v2.dts +++ b/target/linux/ramips/dts/mt7620a_edimax_br-6478ac-v2.dts @@ -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>; }; }; diff --git a/target/linux/ramips/dts/mt7620a_edimax_ew-7478apc.dts b/target/linux/ramips/dts/mt7620a_edimax_ew-7478apc.dts index 3a3bc9aec6..f6aa606917 100644 --- a/target/linux/ramips/dts/mt7620a_edimax_ew-7478apc.dts +++ b/target/linux/ramips/dts/mt7620a_edimax_ew-7478apc.dts @@ -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>; }; }; |