[openwrt/openwrt] ipq40xx: whw03v2: enable additional 5 GHz channels
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 17 04:43:59 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/677ecd09d28ab8c34c3fc3cfcadea88dee94fdf5
commit 677ecd09d28ab8c34c3fc3cfcadea88dee94fdf5
Author: Rodrigo Balerdi <lanchon at gmail.com>
AuthorDate: Tue Apr 16 17:47:20 2024 -0300
ipq40xx: whw03v2: enable additional 5 GHz channels
This device supports channel ranges 36-64 and 100-165, just like
others based on the same reference design, but its current DTS is
unnecessarily restricting these ranges to 36-48 and 149-165.
Signed-off-by: Rodrigo Balerdi <lanchon at gmail.com>
(cherry picked from commit 1c32cee348f54e9f64b5928ee1a1efe491eec137)
---
.../linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-whw03v2.dts | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-whw03v2.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-whw03v2.dts
index 1f0572b879..e01be0ae4b 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-whw03v2.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-whw03v2.dts
@@ -488,7 +488,6 @@
qcom,coexist-support = <1>;
qcom,coexist-gpio-pin = <0x34>;
- ieee80211-freq-limit = <2401000 2473000>;
qcom,ath10k-calibration-variant = "linksys-whw03v2";
nvmem-cell-names = "pre-calibration", "mac-address";
@@ -499,7 +498,7 @@
&wifi1 {
status = "okay";
- ieee80211-freq-limit = <5170000 5250000>;
+ ieee80211-freq-limit = <5170000 5330000>;
qcom,ath10k-calibration-variant = "linksys-whw03v2";
nvmem-cell-names = "pre-calibration", "mac-address";
@@ -510,7 +509,7 @@
&wifi2 {
status = "okay";
- ieee80211-freq-limit = <5735000 5835000>;
+ ieee80211-freq-limit = <5490000 5835000>;
qcom,ath10k-calibration-variant = "linksys-whw03v2";
nvmem-cell-names = "pre-calibration", "mac-address";
More information about the lede-commits
mailing list