Cosmetical patch that just merges two cases.

Signed-off-by: Adrian Schmutzler <[email protected]>
---
 .../ath79/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 b96c9a00b5..8f0ea1d0a5 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.11.0


_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to