2
0
forked from Ivasoft/openwrt

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>
This commit is contained in:
Henryk Heisig
2017-06-29 15:20:31 +02:00
committed by Jo-Philipp Wich
parent 6f528dfbd9
commit 34958c8269
3 changed files with 9 additions and 7 deletions

View File

@@ -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