Author: blogic Date: 2015-08-17 15:18:50 +0200 (Mon, 17 Aug 2015) New Revision: 46673
Modified: branches/chaos_calmer/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata Log: ar71xx: Enable ath10k calibration data loading for EnGenius ESR1750 and EPG500. Kinda-backport of r46415, though this patch uses the old-style calibration data loading. Signed-off-by: Christian Beier <[email protected]> Modified: branches/chaos_calmer/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata =================================================================== --- branches/chaos_calmer/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata 2015-08-17 11:26:14 UTC (rev 46672) +++ branches/chaos_calmer/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata 2015-08-17 13:18:50 UTC (rev 46673) @@ -39,6 +39,10 @@ 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 ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
