mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
ipq40xx: R619AC: replace space with - separator in variant string
Kalle: "I see that variant has a space in it, does that work it correctly? My original idea was that spaces would not be allowed, but didn't realise to add a check for that." Is this an easy change? Because the original author (Tim Davis) noted: "You may substitute the & and space with something else saner if they prove to be problematic." Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
d12eb103e8
commit
3b3eaf31cb
Binary file not shown.
@ -353,12 +353,12 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
nvmem-cell-names = "pre-calibration";
|
nvmem-cell-names = "pre-calibration";
|
||||||
nvmem-cells = <&precal_art_1000>;
|
nvmem-cells = <&precal_art_1000>;
|
||||||
qcom,ath10k-calibration-variant = "P&W R619AC";
|
qcom,ath10k-calibration-variant = "P&W-R619AC";
|
||||||
};
|
};
|
||||||
|
|
||||||
&wifi1 {
|
&wifi1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
nvmem-cell-names = "pre-calibration";
|
nvmem-cell-names = "pre-calibration";
|
||||||
nvmem-cells = <&precal_art_5000>;
|
nvmem-cells = <&precal_art_5000>;
|
||||||
qcom,ath10k-calibration-variant = "P&W R619AC";
|
qcom,ath10k-calibration-variant = "P&W-R619AC";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user