Skip to content
Snippets Groups Projects
Commit 28baaaae authored by Adrian Schmutzler's avatar Adrian Schmutzler Committed by Christian Lamparter
Browse files

ath79: Merge cases in 11-ath10k-caldata


Cosmetical patch that just merges two cases.

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent dec686fb
Branches
Tags
No related merge requests found
......@@ -137,14 +137,11 @@ case "$FIRMWARE" in
ath10kcal_extract "art" 20480 2116
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16)
;;
tplink,archer-c25-v1)
ath10kcal_extract "art" 20480 2116
ath10kcal_patch_mac $(macaddr_add $(mtd_get_mac_binary info 8) -1)
;;
tplink,archer-a7-v5|\
tplink,archer-c2-v3|\
tplink,archer-c7-v4|\
tplink,archer-c7-v5)
tplink,archer-c7-v5|\
tplink,archer-c25-v1)
ath10kcal_extract "art" 20480 2116
ath10kcal_patch_mac $(macaddr_add $(mtd_get_mac_binary info 8) -1)
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment