diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-06-11 13:28:02 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:11:49 +0200 |
commit | f44725ce92eb9c8d146bc8fca604c20c35d3aa44 (patch) | |
tree | b9eb3dc900933b8a54b51286ffe07ee9d0aae7d0 /target/linux/ath79/base-files/etc/hotplug.d | |
parent | 0b1f62a27722d1dfa417fc63fe0d7c49ecdcafe0 (diff) | |
download | upstream-f44725ce92eb9c8d146bc8fca604c20c35d3aa44.tar.gz upstream-f44725ce92eb9c8d146bc8fca604c20c35d3aa44.tar.bz2 upstream-f44725ce92eb9c8d146bc8fca604c20c35d3aa44.zip |
ath79: Merge cases in 11-ath10k-caldata
Cosmetical patch that just merges two cases.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 28baaaae82155e7fc695789dd0a807cc2f298be8)
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 7528199262..06a48e2258 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -138,14 +138,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) ;; |