ipq40xx: limit frequencies for Asus Lyra
The Asus Lyra has filters in the antenna paths which limits the usable frequencies on both 5GHz radios. Signed-off-by: Marius Genheimer <mail@f0wl.cc>
This commit is contained in:
parent
148d29d47b
commit
41a86debe3
2 changed files with 4 additions and 0 deletions
|
@ -194,6 +194,7 @@
|
||||||
&wifi1 {
|
&wifi1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200";
|
qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200";
|
||||||
|
ieee80211-freq-limit = <5470000 5875000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie0 {
|
&pcie0 {
|
||||||
|
@ -212,6 +213,7 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
reg = <0x00010000 0 0 0 0>;
|
reg = <0x00010000 0 0 0 0>;
|
||||||
qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200";
|
qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200";
|
||||||
|
ieee80211-freq-limit = <5170000 5350000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -199,6 +199,7 @@
|
||||||
&wifi1 {
|
&wifi1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200";
|
qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200";
|
||||||
|
ieee80211-freq-limit = <5470000 5875000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie0 {
|
&pcie0 {
|
||||||
|
@ -217,6 +218,7 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
reg = <0x00010000 0 0 0 0>;
|
reg = <0x00010000 0 0 0 0>;
|
||||||
qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200";
|
qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200";
|
||||||
|
ieee80211-freq-limit = <5170000 5350000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue