ipq40xx: Limit usable channels for OpenMesh A62 PHYs
authorSven Eckelmann <sven.eckelmann@openmesh.com>
Mon, 30 Jul 2018 15:43:48 +0000 (17:43 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:47:41 +0000 (17:47 +0100)
The OpenMesh A62 is a tri-band device (1x 2.4GHz, 2x 5GHz) with special
filters in front of the RX+TX paths to the 5GHz PHYs. These filtered
channel can in theory still be used by the hardware but the signal strength
is reduced so much that it makes no sense.

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
(backported from e3b8ae2b09e137ce2eae33551923daf302293a0c)

target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-a62.dts

index 8717d9d771d06349cfd661b126eddd7c48eab2b1..08e62d809a9f8419be6fabbf5b6605a92430a74b 100644 (file)
                        status = "okay";
                        reg = <0x00010000 0 0 0 0>;
                        qcom,ath10k-calibration-variant = "OM-A62";
+                       ieee80211-freq-limit = <5170000 5350000>;
                };
        };
 };
 &wifi1 {
        status = "okay";
        qcom,ath10k-calibration-variant = "OM-A62";
+       ieee80211-freq-limit = <5470000 5875000>;
 };