From 823242185b56ea518568296f1a5834f736f12076 Mon Sep 17 00:00:00 2001 From: Pavel Kubelun Date: Tue, 21 Jun 2016 11:55:00 +0200 Subject: ipq806x: add initial support for Netgear R7800 Signed-off-by: Pavel Kubelun --- .../ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ipq806x/base-files/etc/hotplug.d/firmware') 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 ;; *) -- cgit v1.2.3