ath79: replace reference to legacy qca,disable-2ghz in WatchGuard AP100
authorNick Hainke <vincent@systemli.org>
Thu, 15 Dec 2022 09:45:24 +0000 (10:45 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Thu, 15 Dec 2022 14:45:47 +0000 (15:45 +0100)
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>
target/linux/ath79/dts/ar9344_watchguard_ap100.dts

index 3cd3fb70e60db1739b1403d27b16a213dc852b4c..0ab10c36ce2ab26311256b9a1f1a4679be61327b 100644 (file)
@@ -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";