X-Git-Url: https://git.archive.openwrt.org/?p=15.05%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Fetc%2Fhotplug.d%2Ffirmware%2F11-ath10k-caldata;h=c827e314429d795fdee09ad3ede6f1ab489004b2;hp=164d3abd39436a2c80e51226effee17aa17ec34f;hb=92667e2605bcb4036965f41dc03932a3b6c0352b;hpb=e8dea9f9ff3749fdaa6993e78a3ace7f9111843d diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 164d3abd39..c827e31442 100644 --- a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -34,6 +34,14 @@ case "$FIRMWARE" in esac ;; +"ath10k/cal-pci-0000:00:00.0.bin") + case $board in + dlan-pro-1200-ac) + ath10kcal_from_file $(find_mtd_part "art") 20480 $ath10kcal_tmp + ;; + esac + ;; + *) exit 1 ;;