aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/etc/hotplug.d/firmware
diff options
context:
space:
mode:
authorPavel Kubelun <be.dissent@gmail.com>2016-06-21 11:55:00 +0200
committerJohn Crispin <john@phrozen.org>2016-06-22 19:32:06 +0200
commit823242185b56ea518568296f1a5834f736f12076 (patch)
tree098f7b028cc2733e1e4a5a3951b0a3e427935364 /target/linux/ipq806x/base-files/etc/hotplug.d/firmware
parent9bf3ddcb2ae9cf48fba1e392ff57727f22a036bd (diff)
downloadupstream-823242185b56ea518568296f1a5834f736f12076.tar.gz
upstream-823242185b56ea518568296f1a5834f736f12076.tar.bz2
upstream-823242185b56ea518568296f1a5834f736f12076.zip
ipq806x: add initial support for Netgear R7800
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/base-files/etc/hotplug.d/firmware')
-rw-r--r--target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
index 24da5500b5..a23dd80a00 100644
--- a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
+++ b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
@@ -56,6 +56,9 @@ case "$FIRMWARE" in
hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
ath10kcal_extract "art" 4096 12064
;;
+ r7800)
+ ath10kcal_extract "art" 4096 12064
+ ;;
esac
;;
"ath10k/cal-pci-0001:01:00.0.bin")
@@ -68,6 +71,9 @@ case "$FIRMWARE" in
hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
ath10kcal_extract "art" 20480 12064
;;
+ r7800)
+ ath10kcal_extract "art" 20480 12064
+ ;;
esac
;;
*)