]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: add calibration variant for TP-Link TL-WA1201 v2 21736/head
authorChristoph Krapp <achterin@gmail.com>
Mon, 26 Jan 2026 21:13:25 +0000 (22:13 +0100)
committerRobert Marko <robimarko@gmail.com>
Wed, 28 Jan 2026 11:05:55 +0000 (12:05 +0100)
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@users.noreply.github.com>
Signed-off-by: Christoph Krapp <achterin@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21736
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ath79/dts/qca9563_tplink_tl-wa1201-v2.dts
target/linux/ath79/image/generic-tp-link.mk

index 50e44457078eeeb1e6dc9f48ca84497533a1066a..3351c993eb534c153309702d8c2528164729ac05 100644 (file)
@@ -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";
        };
 };
 
index 7e4e943afaf6c434284b6ed28d4dc170dcc09776..51af1b54d38a56e84dfba3b1d725ea952479d38c 100644 (file)
@@ -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