ipq806x: add support for TP-Link Archer VR2600v
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index c7977e6375f50af1622c56e4a27aa976b6f97b59..625f77f7972787495a31a385cd8e5fc143886499 100644 (file)
@@ -56,10 +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")
@@ -72,10 +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
        ;;
 *)