aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
diff options
context:
space:
mode:
authorHenryk Heisig <hyniu@o2.pl>2017-06-29 15:20:31 +0200
committerJo-Philipp Wich <jo@mein.io>2017-10-26 14:44:08 +0200
commit34958c826915cf864833ed8ba6e5b49d44c6cb41 (patch)
treed974df0943adc4dbe588e660180522638db2a625 /target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
parent6f528dfbd91f8e687e36300ab9284d16b78475b4 (diff)
downloadupstream-34958c826915cf864833ed8ba6e5b49d44c6cb41.tar.gz
upstream-34958c826915cf864833ed8ba6e5b49d44c6cb41.tar.bz2
upstream-34958c826915cf864833ed8ba6e5b49d44c6cb41.zip
ar71xx: Archer C58/C59/C60 fix qca9886 wireless interface
This commit fix 5GHz wireless interface used in Archer C58/C59/C60v1 and set correctly MAC address on this interface. 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-caldata6
1 files changed, 3 insertions, 3 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 66796593c0..d96f40d708 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
@@ -56,8 +56,6 @@ case "$FIRMWARE" in
;;
archer-c7-v4|\
archer-c25-v1|\
- archer-c59-v1|\
- archer-c60-v1|\
tl-wdr6500-v2)
ath10kcal_extract "art" 20480 2116
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -2)
@@ -141,7 +139,9 @@ case "$FIRMWARE" in
;;
"ath10k/pre-cal-pci-0000:00:00.0.bin")
case $board in
- archer-c58-v1)
+ archer-c58-v1|\
+ archer-c59-v1|\
+ archer-c60-v1)
ath10kcal_extract "art" 20480 12064
;;
esac