diff options
author | Nick Hainke <vincent@systemli.org> | 2022-12-15 10:45:24 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-12-15 15:45:47 +0100 |
commit | 4146701469ec53c09badeb6382170ae51fbd2aad (patch) | |
tree | afe6d2607edc513ccf320fa10fb5ea189cecd81b /target/linux | |
parent | ae5cb164cd886db5f24d2c9b232d7430fe3d9f3e (diff) | |
download | upstream-4146701469ec53c09badeb6382170ae51fbd2aad.tar.gz upstream-4146701469ec53c09badeb6382170ae51fbd2aad.tar.bz2 upstream-4146701469ec53c09badeb6382170ae51fbd2aad.zip |
ath79: replace reference to legacy qca,disable-2ghz in WatchGuard AP100
Commit 4c8dd973ef8e ("ath9k: OF: qca,disable-(2|5)ghz => ieee80211-freq-limit")
removed "qca,disable-5ghz" and "qca,disable-2ghz".
Signed-off-by: Nick Hainke <vincent@systemli.org>
(converted patch to remove the ieee80211-freq-limit property instead)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/ar9344_watchguard_ap100.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9344_watchguard_ap100.dts b/target/linux/ath79/dts/ar9344_watchguard_ap100.dts index 3cd3fb70e6..0ab10c36ce 100644 --- a/target/linux/ath79/dts/ar9344_watchguard_ap100.dts +++ b/target/linux/ath79/dts/ar9344_watchguard_ap100.dts @@ -71,7 +71,7 @@ }; &wmac { - /delete-property/ qca,disable-2ghz; + /delete-property/ ieee80211-freq-limit; nvmem-cells = <&macaddr_art_0>, <&calibration_art_1000>; nvmem-cell-names = "mac-address", "calibration"; |