mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01: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>
(cherry picked from commit 3b3eaf31cb)
This commit is contained in:
parent
728afd14fa
commit
b5a5751706
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -353,12 +353,12 @@
|
|||
status = "okay";
|
||||
nvmem-cell-names = "pre-calibration";
|
||||
nvmem-cells = <&precal_art_1000>;
|
||||
qcom,ath10k-calibration-variant = "P&W R619AC";
|
||||
qcom,ath10k-calibration-variant = "P&W-R619AC";
|
||||
};
|
||||
|
||||
&wifi1 {
|
||||
status = "okay";
|
||||
nvmem-cell-names = "pre-calibration";
|
||||
nvmem-cells = <&precal_art_5000>;
|
||||
qcom,ath10k-calibration-variant = "P&W R619AC";
|
||||
qcom,ath10k-calibration-variant = "P&W-R619AC";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue