ath79: replace reference to legacy qca,disable-2ghz in WatchGuard AP100
Commit 4c8dd973ef
("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>
This commit is contained in:
parent
ae5cb164cd
commit
4146701469
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&wmac {
|
&wmac {
|
||||||
/delete-property/ qca,disable-2ghz;
|
/delete-property/ ieee80211-freq-limit;
|
||||||
|
|
||||||
nvmem-cells = <&macaddr_art_0>, <&calibration_art_1000>;
|
nvmem-cells = <&macaddr_art_0>, <&calibration_art_1000>;
|
||||||
nvmem-cell-names = "mac-address", "calibration";
|
nvmem-cell-names = "mac-address", "calibration";
|
||||||
|
|
Loading…
Reference in a new issue