diff options
author | Marius Genheimer <mail@f0wl.cc> | 2019-03-11 22:52:54 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-03-13 16:25:35 +0100 |
commit | 41a86debe3c0a01e075e749d0bb1c6d631e35c32 (patch) | |
tree | 3c8588da09ab2e81bd69aabb004b4d7841983ac7 /target/linux/ipq40xx/files-4.14/arch | |
parent | 148d29d47b1d555d0058dcc5dda450b74c4628ec (diff) | |
download | upstream-41a86debe3c0a01e075e749d0bb1c6d631e35c32.tar.gz upstream-41a86debe3c0a01e075e749d0bb1c6d631e35c32.tar.bz2 upstream-41a86debe3c0a01e075e749d0bb1c6d631e35c32.zip |
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>
Diffstat (limited to 'target/linux/ipq40xx/files-4.14/arch')
-rw-r--r-- | target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-map-ac2200.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-map-ac2200.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-map-ac2200.dts index ea39428b88..780252f94c 100644 --- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-map-ac2200.dts +++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-map-ac2200.dts @@ -194,6 +194,7 @@ &wifi1 { status = "okay"; qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200"; + ieee80211-freq-limit = <5470000 5875000>; }; &pcie0 { @@ -212,6 +213,7 @@ status = "okay"; reg = <0x00010000 0 0 0 0>; qcom,ath10k-calibration-variant = "ASUS-MAP-AC2200"; + ieee80211-freq-limit = <5170000 5350000>; }; }; }; |