ar71xx: Enable ath10k calibration data loading for EnGenius ESR1750 and EPG500.
authorJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 13:18:50 +0000 (13:18 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 13:18:50 +0000 (13:18 +0000)
Kinda-backport of r46415, though this patch uses the old-style calibration data loading.

Signed-off-by: Christian Beier <cb@shoutrlabs.com>
SVN-Revision: 46673

target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata

index c827e314429d795fdee09ad3ede6f1ab489004b2..dd3f546b9e180312e528799e4aec2e432939220b 100644 (file)
@@ -39,6 +39,10 @@ case "$FIRMWARE" in
        dlan-pro-1200-ac)
                ath10kcal_from_file $(find_mtd_part "art") 20480 $ath10kcal_tmp
                ;;
+       esr1750 | \
+       epg5000)
+               ath10kcal_from_file $(find_mtd_part "caldata") 20480 $ath10kcal_tmp
+               ;;
        esac
        ;;