Skip to content

Commit

Permalink
ipq40xx: limit available radio channels for GL.iNet GL-B2200
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mrkiko authored and chunkeey committed Feb 19, 2022
1 parent b45f3c4 commit 7270c9f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -367,6 +367,7 @@
nvmem-cell-names = "calibration";
nvmem-cells = <&cal_art_9000>;
qcom,ath10k-calibration-variant = "GL-B2200";
ieee80211-freq-limit = <5450000 5900000>;
};
};
};
Expand All @@ -383,4 +384,5 @@
nvmem-cell-names = "pre-calibration";
nvmem-cells = <&precal_art_5000>;
qcom,ath10k-calibration-variant = "GL-B2200";
ieee80211-freq-limit = <5100000 5400000>;
};

0 comments on commit 7270c9f

Please sign in to comment.