ipq806x: add support for TP-Link Archer VR2600v
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index 24da5500b551d25c3bb809764195bb12f925a0be..625f77f7972787495a31a385cd8e5fc143886499 100644 (file)
@@ -56,6 +56,16 @@ case "$FIRMWARE" in
                hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
                ath10kcal_extract "art" 4096 12064
                ;;
+       nbg6817)
+               ath10kcal_extract "0:ART" 4096 12064
+               ;;
+         r7500v2 |\
+         r7800)
+               ath10kcal_extract "art" 4096 12064
+               ;;
+       vr2600v)
+               ath10kcal_extract "ART" 4096 12064
+               ;;
        esac
        ;;
 "ath10k/cal-pci-0001:01:00.0.bin")
@@ -68,6 +78,16 @@ case "$FIRMWARE" in
                hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
                ath10kcal_extract "art" 20480 12064
                ;;
+       nbg6817)
+               ath10kcal_extract "0:ART" 20480 12064
+               ;;
+        r7500v2 |\
+        r7800)
+               ath10kcal_extract "art" 20480 12064
+               ;;
+       vr2600v)
+               ath10kcal_extract "ART" 20480 12064
+               ;;
        esac
        ;;
 *)