mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 09:54:53 +00:00
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:
parent
b45f3c435a
commit
7270c9f8f6
@ -367,6 +367,7 @@
|
||||
nvmem-cell-names = "calibration";
|
||||
nvmem-cells = <&cal_art_9000>;
|
||||
qcom,ath10k-calibration-variant = "GL-B2200";
|
||||
ieee80211-freq-limit = <5450000 5900000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -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>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user