aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 13:18:50 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 13:18:50 +0000
commitfebf61a29a25e83ffbf3546dd385422ec9303e88 (patch)
tree2a7541e1bf691db5154a1f20cbf222b977ebf641
parent17c7a62e81b5b5fe421ac4540f05eebff4dcb64b (diff)
downloadupstream-febf61a29a25e83ffbf3546dd385422ec9303e88.tar.gz
upstream-febf61a29a25e83ffbf3546dd385422ec9303e88.tar.bz2
upstream-febf61a29a25e83ffbf3546dd385422ec9303e88.zip
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 <cb@shoutrlabs.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46673 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata4
1 files changed, 4 insertions, 0 deletions
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 c827e31442..dd3f546b9e 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
@@ -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
;;