ipq40xx: limit available radio channels for GL.iNet GL-B2200

The PCIe and built-in 5GHZ radios are meant to operate on different
frequency bands. The hardware enforces this via RF filters.
Add this information to allow software enforcing it as well.
Credits to Piotr Dymacz for the invaluable help.

Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
This commit is contained in:
Enrico Mioso 2022-02-11 10:46:00 +01:00 committed by AmadeusGhost
parent 7484b2d150
commit a6c71e17dc

View File

@ -349,6 +349,7 @@
compatible = "qcom,ath10k";
reg = <0x00010000 0 0 0 0>;
qcom,ath10k-calibration-variant = "GL-B2200";
ieee80211-freq-limit = <5450000 5900000>;
};
};
};
@ -361,4 +362,5 @@
&wifi1 {
status = "okay";
qcom,ath10k-calibration-variant = "GL-B2200";
ieee80211-freq-limit = <5100000 5400000>;
};