ath79: switch to upstream ieee80211-freq-limit for Araknis AN-300-AP-I-N
Commit 4c8dd973ef
("ath9k: OF: qca,disable-(2|5)ghz => ieee80211-freq-limit")
removed "qca,disable-5ghz" and "qca,disable-2ghz". Switch to upstream
ieee80211-freq-limit.
Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
08c114ee16
commit
ae5cb164cd
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
||||||
nvmem-cells = <&macaddr_art_0>, <&calibration_art_5000>;
|
nvmem-cells = <&macaddr_art_0>, <&calibration_art_5000>;
|
||||||
nvmem-cell-names = "mac-address", "calibration";
|
nvmem-cell-names = "mac-address", "calibration";
|
||||||
mac-address-increment = <1>;
|
mac-address-increment = <1>;
|
||||||
qca,disable-5ghz;
|
ieee80211-freq-limit = <2402000 2482000>;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
};
|
};
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
&wmac {
|
&wmac {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
qca,disable-2ghz;
|
ieee80211-freq-limit = <4900000 5990000>;
|
||||||
|
|
||||||
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