diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2016-06-21 11:55:00 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | 823242185b56ea518568296f1a5834f736f12076 (patch) | |
tree | 098f7b028cc2733e1e4a5a3951b0a3e427935364 /target/linux/ipq806x/base-files/etc/hotplug.d | |
parent | 9bf3ddcb2ae9cf48fba1e392ff57727f22a036bd (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 6 |
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 ;; *) |