[openwrt/openwrt] ath79: add calibration variant for TP-Link TL-WA1201 v2

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 10 15:17:21 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/1f1dd426b583455904cfc9c224dc38928500c235

commit 1f1dd426b583455904cfc9c224dc38928500c235
Author: Christoph Krapp <achterin at gmail.com>
AuthorDate: Mon Jan 26 22:13:25 2026 +0100

    ath79: add calibration variant for TP-Link TL-WA1201 v2
    
    Now that we have a board file, add calibration variant for TP-Link
    TL-WA1201 v2 and add ipq-wifi package for it.
    
    Tested-by: Jim McDonald <122668301+jimmyd998 at users.noreply.github.com>
    Signed-off-by: Christoph Krapp <achterin at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/21736
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit 0fa94cff8631f3339473285012567faca6488abb)
    Link: https://github.com/openwrt/openwrt/pull/21951
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/ath79/dts/qca9563_tplink_tl-wa1201-v2.dts | 1 +
 target/linux/ath79/image/generic-tp-link.mk            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/qca9563_tplink_tl-wa1201-v2.dts b/target/linux/ath79/dts/qca9563_tplink_tl-wa1201-v2.dts
index 50e4445707..3351c993eb 100644
--- a/target/linux/ath79/dts/qca9563_tplink_tl-wa1201-v2.dts
+++ b/target/linux/ath79/dts/qca9563_tplink_tl-wa1201-v2.dts
@@ -92,6 +92,7 @@
 		reg = <0x0000 0 0 0 0>;
 		nvmem-cells = <&precal_art_5000>, <&macaddr_info_8 (-1)>;
 		nvmem-cell-names = "pre-calibration", "mac-address";
+		qcom,ath10k-calibration-variant = "TP-Link-TL-WA1201-v2";
 	};
 };
 
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk
index 7e4e943afa..51af1b54d3 100644
--- a/target/linux/ath79/image/generic-tp-link.mk
+++ b/target/linux/ath79/image/generic-tp-link.mk
@@ -580,7 +580,7 @@ define Device/tplink_tl-wa1201-v2
   DEVICE_MODEL := TL-WA1201
   DEVICE_VARIANT := v2
   TPLINK_BOARD_ID := TL-WA1201-V2
-  DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct
+  DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct ipq-wifi-tplink_tl-wa1201-v2
 endef
 TARGET_DEVICES += tplink_tl-wa1201-v2
 




More information about the lede-commits mailing list