treewide: convert WiFi caldata size and offset to hexadecimal
[openwrt/staging/rmilecki.git] / target / linux / ramips / base-files / etc / hotplug.d / firmware / 10-rt2x00-eeprom
index 6e68f7603d9dd2324064f5e317569681b631d738..7b98936ec3595d04522bb0552857ce12c1a2e7fc 100644 (file)
@@ -7,8 +7,8 @@ rt2x00_eeprom_die() {
 
 rt2x00_eeprom_extract() {
        local part=$1
-       local offset=$2
-       local count=$3
+       local offset=$(($2))
+       local count=$(($3))
        local mtd
 
        mtd=$(find_mtd_part $part)
@@ -68,7 +68,7 @@ case "$FIRMWARE" in
                ;;
        dovado,tiny-ac)
                wifi_mac=$(mtd_get_mac_ascii u-boot-env INIC_MAC_ADDR)
-               rt2x00_eeprom_extract "factory" 0 512
+               rt2x00_eeprom_extract "factory" 0x0 0x200
                rt2x00_eeprom_set_macaddr $wifi_mac
                ;;
        *)