Skip to content

Commit 0bf0556

Browse files
AnsuelPolynomialDivision
authored andcommitted
ath79: add calibtation variant for TP-Link Archer C6 v2
Now that we have a board file, add calibration variant for TP-Link Archer C6 v2 and add ipq-wifi package for it. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit 427c4aa) Signed-off-by: Leopoldo Pla <leopoldoplasempere@gmail.com> Link: openwrt/openwrt#19035 Signed-off-by: Nick Hainke <vincent@systemli.org>
1 parent 8979768 commit 0bf0556

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

target/linux/ath79/dts/qca9563_tplink_archer-c6-v2.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
reg = <0x0000 0 0 0 0>;
9090
nvmem-cells = <&precal_art_5000>, <&macaddr_info_8 (-1)>;
9191
nvmem-cell-names = "pre-calibration", "mac-address";
92+
qcom,ath10k-calibration-variant = "TP-Link-Archer-c6-v2";
9293
};
9394
};
9495

target/linux/ath79/image/generic-tp-link.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ define Device/tplink_archer-c6-v2
104104
DEVICE_MODEL := Archer C6
105105
DEVICE_VARIANT := v2 (EU/RU/JP)
106106
TPLINK_BOARD_ID := ARCHER-C6-V2
107-
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct
107+
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct -ath10k-board-qca9888 ipq-wifi-tplink_archer-c6-v2
108108
endef
109109
TARGET_DEVICES += tplink_archer-c6-v2
110110

0 commit comments

Comments
 (0)