ipq806x: add support for NEC Platforms Aterm WG2600HP3
[openwrt/staging/blogic.git] / target / linux / ipq806x / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index a22af9b676f9b2e97d763bf8fddf47fee1af4806..8788fc92f6e5819edd6b674556298b3d77a5801d 100644 (file)
@@ -24,7 +24,8 @@ case "$FIRMWARE" in
                caldata_extract "art" 0x1000 0x2f20
                ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii devinfo hw_mac_addr) +1)
                ;;
-       nec,wg2600hp)
+       nec,wg2600hp |\
+       nec,wg2600hp3)
                caldata_extract "ART" 0x1000 0x2f20
                ath10k_patch_mac $(mtd_get_mac_binary PRODUCTDATA 0x12)
                ;;
@@ -62,7 +63,8 @@ case "$FIRMWARE" in
                caldata_extract "art" 0x5000 0x2f20
                ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii devinfo hw_mac_addr) +2)
                ;;
-       nec,wg2600hp)
+       nec,wg2600hp |\
+       nec,wg2600hp3)
                caldata_extract "ART" 0x5000 0x2f20
                ath10k_patch_mac $(mtd_get_mac_binary PRODUCTDATA 0xc)
                ;;