diff options
| author | Felix Fietkau | 2018-11-06 21:24:03 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2018-11-06 21:25:49 +0000 |
| commit | b318edb999dbc5fe0517e1b7143f037cb1d67894 (patch) | |
| tree | ce19c80e638ed83afabd61982142e6a8b1e3e077 | |
| parent | 7e173b43314d064e7e8a6837b7767a731a092537 (diff) | |
| download | openwrt-b318edb999dbc5fe0517e1b7143f037cb1d67894.tar.gz | |
ramips: add missing DTS frequency limit for the 5 GHz radio on Archer C20i
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | target/linux/ramips/dts/ArcherC20i.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/ArcherC20i.dts b/target/linux/ramips/dts/ArcherC20i.dts index b44c161fa1..a4b694125c 100644 --- a/target/linux/ramips/dts/ArcherC20i.dts +++ b/target/linux/ramips/dts/ArcherC20i.dts @@ -153,5 +153,6 @@ mt76@0,0 { reg = <0x0000 0 0 0 0>; mediatek,mtd-eeprom = <&radio 32768>; + ieee80211-freq-limit = <5000000 6000000>; }; }; |