ipq-wifi: JDCloud AX6600 bdf file

This commit is contained in:
coolsnowwolf 2024-06-19 21:53:05 +08:00
parent 32c934ed2c
commit 6f4bb7ec57
3 changed files with 7 additions and 1 deletions

View File

@ -212,6 +212,6 @@
&wifi { &wifi {
status = "okay"; status = "okay";
qcom,ath11k-calibration-variant = "JDC-AX1800-Pro";
qcom,ath11k-fw-memory-mode = <1>; qcom,ath11k-fw-memory-mode = <1>;
}; };

View File

@ -268,3 +268,9 @@
phy-handle = <&qca8081>; phy-handle = <&qca8081>;
label = "wan"; label = "wan";
}; };
&wifi {
status = "okay";
qcom,ath11k-calibration-variant = "JDC-AX1800-Pro";
qcom,ath11k-fw-memory-mode = <1>;
};