treewide: convert MAC address location offsets to hexadecimal
[openwrt/openwrt.git] / target / linux / lantiq / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index 6b4d09dd333ba5a8fe585a13149875c837054c17..6d7682a7f30247167ef79f4bd07dcb97ee2bec19 100644 (file)
@@ -40,7 +40,7 @@ case "$FIRMWARE" in
        case $board in
                bt,homehub-v5a)
                        ath10k_caldata_extract_ubi "caldata" 20480 2116
-                       ath10k_caldata_set_macaddr $(macaddr_add $(mtd_get_mac_binary_ubi caldata 4364) +3)
+                       ath10k_caldata_set_macaddr $(macaddr_add $(mtd_get_mac_binary_ubi caldata 0x110c) +3)
                        ;;
                *)
                        ath10k_caldata_die "board $board is not supported yet"