diff options
author | Henryk Heisig <hyniu@o2.pl> | 2016-10-30 17:57:27 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-31 17:13:37 +0100 |
commit | 8cc0c34ef550ac2f842fe6811d32ac01af69d19f (patch) | |
tree | 3e77004c12dff9b8324634c039016d292e13c31a /target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | |
parent | 15a14cf1665ef3d8b5c77cce69b52d131340e3b3 (diff) | |
download | upstream-8cc0c34ef550ac2f842fe6811d32ac01af69d19f.tar.gz upstream-8cc0c34ef550ac2f842fe6811d32ac01af69d19f.tar.bz2 upstream-8cc0c34ef550ac2f842fe6811d32ac01af69d19f.zip |
ar71xx: Add support to Powerline ac TP-Link WPA8630
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 4 |
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 5a48b06a36..c95cfb9ec4 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 @@ -90,6 +90,10 @@ case "$FIRMWARE" in unifiac-pro) ath10kcal_extract "EEPROM" 20480 2116 ;; + wpa8630) + ath10kcal_extract "ART" 20480 2116 + ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +1) + ;; esac ;; "ath10k/cal-pci-0000:01:00.0.bin") |