diff options
author | David Bauer <mail@david-bauer.net> | 2021-01-06 00:00:01 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-01-06 00:00:01 +0100 |
commit | b4c0d377f6bc13c555b69659ac001a25ab22bbd4 (patch) | |
tree | cf662ea0fb039b2e1aa1ee8b0da7a77b0bab87ec /target/linux/ramips | |
parent | 190e7939639846b86ab487c50169963382720e2b (diff) | |
download | upstream-b4c0d377f6bc13c555b69659ac001a25ab22bbd4.tar.gz upstream-b4c0d377f6bc13c555b69659ac001a25ab22bbd4.tar.bz2 upstream-b4c0d377f6bc13c555b69659ac001a25ab22bbd4.zip |
ramips: limit 5GHz channels for UniFi 6 Lite
The MT7915 radio currently advertises 2.4GHz channels while the antenna
path only supports 5 GHz. Limit the radio to 5GHz channels to prevent
users from configuring non-supported channels.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts b/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts index 422d17673b..f5425ccfee 100644 --- a/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts +++ b/target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts @@ -80,4 +80,5 @@ &wlan_5g { mediatek,mtd-eeprom = <&factory 0x20000>; mtd-mac-address = <&eeprom 0x6>; + ieee80211-freq-limit = <5000000 6000000>; }; |