BigW Consortium Gitlab

Commit ea7ed88b by blogic

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: 's avatarChristian Beier <cb@shoutrlabs.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46673 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent b7624961
...@@ -39,6 +39,10 @@ case "$FIRMWARE" in ...@@ -39,6 +39,10 @@ case "$FIRMWARE" in
dlan-pro-1200-ac) dlan-pro-1200-ac)
ath10kcal_from_file $(find_mtd_part "art") 20480 $ath10kcal_tmp ath10kcal_from_file $(find_mtd_part "art") 20480 $ath10kcal_tmp
;; ;;
esr1750 | \
epg5000)
ath10kcal_from_file $(find_mtd_part "caldata") 20480 $ath10kcal_tmp
;;
esac esac
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment