ipq40xx: add support for ZyXEL WRE6606
[openwrt/openwrt.git] / target / linux / ipq40xx / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index 1eb93ba41db050d3af5756fabdae67c7da5e0207..d89ddf6e57ee9f759f6dcc7c7f8152c11305499b 100644 (file)
@@ -146,6 +146,10 @@ case "$FIRMWARE" in
        openmesh,a62)
                ath10kcal_extract "0:ART" 4096 12064
                ;;
+       zyxel,wre6606)
+               ath10kcal_extract "ART" 4096 12064
+               ath10kcal_patch_mac_crc $(macaddr_add $(cat /sys/class/net/eth0/address) -2)
+               ;;
        esac
        ;;
 "ath10k/pre-cal-ahb-a800000.wifi.bin")
@@ -177,6 +181,10 @@ case "$FIRMWARE" in
        openmesh,a62)
                ath10kcal_extract "0:ART" 20480 12064
                ;;
+       zyxel,wre6606)
+               ath10kcal_extract "ART" 20480 12064
+               ath10kcal_patch_mac_crc $(macaddr_add $(cat /sys/class/net/eth0/address) -1)
+               ;;
        esac
        ;;
 *)