Skip to content

Commit

Permalink
ipq40xx: limit frequencies for Asus Lyra
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
f0wl authored and chunkeey committed Mar 13, 2019
1 parent 148d29d commit 41a86de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -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 {
Expand All @@ -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>;
}; };
}; };
}; };
Expand Down
Expand Up @@ -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 {
Expand All @@ -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>;
}; };
}; };
}; };
Expand Down

0 comments on commit 41a86de

Please sign in to comment.