ipq806x: add Edgecore ECW5410 support
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index 8b4942dee1a339d280f7f1576a569ef92dc15969..f4572d038c878f5fa486ffd43a56191b4413b9b2 100644 (file)
@@ -13,6 +13,9 @@ case "$FIRMWARE" in
                caldata_extract "ART" 0x1000 0x2f20
                ath10k_patch_mac $(mtd_get_mac_binary ART 0x1e)
                ;;
+       edgecore,ecw5410)
+               ath10kcal_extract "0:ART" 4096 12064
+               ;;
        linksys,ea7500-v1 |\
        linksys,ea8500)
                caldata_extract "art" 0x1000 0x2f20
@@ -77,6 +80,13 @@ case "$FIRMWARE" in
                ;;
        esac
        ;;
+"ath10k/pre-cal-pci-0002:01:00.0.bin")
+       case $board in
+       edgecore,ecw5410)
+               ath10kcal_extract "0:ART" 20480 12064
+               ;;
+       esac
+       ;;
 *)
        exit 1
        ;;