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@gmail.com>
This commit is contained in:
parent
bc4342142c
commit
1c32cee348
|
@ -487,7 +487,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";
|
||||
|
@ -497,7 +496,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";
|
||||
|
@ -507,7 +506,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";
|
||||
|
|
|
@ -487,7 +487,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";
|
||||
|
@ -497,7 +496,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";
|
||||
|
@ -507,7 +506,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";
|
||||
|
|
Loading…
Reference in New Issue