ar71xx: add support for TP-Link TL-WR902AC v1
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index 91db049c4434bf0200090eb62d1c7042037cd9ad..a2e98f4be7c70703ab25b6fa26f3e25499090566 100644 (file)
@@ -98,7 +98,8 @@ case "$FIRMWARE" in
        rb-952ui-5ac2nd)
                ath10kcal_from_file "/sys/firmware/routerboot/ext_wlan_data" 20480 2116
                ;;
-       re450)
+       re450|\
+       tl-wr902ac-v1)
                ath10kcal_extract "art" 20480 2116
                ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) -2)
                ;;
@@ -134,6 +135,13 @@ case "$FIRMWARE" in
                ;;
        esac
        ;;
+"ath10k/pre-cal-pci-0000:00:00.0.bin")
+       case $board in
+       archer-c58-v1)
+               ath10kcal_extract "art" 20480 12064
+               ;;
+       esac
+       ;;
 *)
        exit 1
        ;;