From 28baaaae82155e7fc695789dd0a807cc2f298be8 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 11 Jun 2019 13:28:02 +0200 Subject: [PATCH] ath79: Merge cases in 11-ath10k-caldata Cosmetical patch that just merges two cases. Signed-off-by: Adrian Schmutzler --- .../base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 7 ++----- 1 file 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 b96c9a00b54c..8f0ea1d0a538 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 @@ -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) ;; -- 2.30.2