ath79: add support for TP-Link Archer c7 v2
[openwrt/openwrt.git] / target / linux / ath79 / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index e3a3432dd184811535d06c97990b05a81e895ea1..20df5a220f5b8d606002b7484a9cf8e2be90871c 100644 (file)
@@ -87,10 +87,14 @@ board=$(board_name)
 case "$FIRMWARE" in
 "ath10k/cal-pci-0000:00:00.0.bin")
        case $board in
-       openmesh,om5p-ac-v2)
+       "openmesh,om5p-ac-v2")
                ath10kcal_extract "ART" 20480 2116
                ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16)
                ;;
+       "tplink,tl-archer-c7-v2")
+               ath10kcal_extract "art" 20480 2116
+               ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -2)
+               ;;
        "ubnt,ubnt-unifiac-lite")
                ath10kcal_extract "EEPROM" 20480 2116
                ;;