treewide: remove "+" sign for increment with macaddr_add
[openwrt/staging/wigyori.git] / target / linux / lantiq / xrx200 / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index 4202187d4f75ca3ec83984ace7d8f676fd7b1a58..c555aa2c12c9f9a0050a630c23de56c5f09f54c8 100644 (file)
@@ -10,7 +10,7 @@ case "$FIRMWARE" in
        case $board in
                bt,homehub-v5a)
                        caldata_extract_ubi "caldata" 0x5000 0x844
-                       ath10k_patch_mac $(macaddr_add $(mtd_get_mac_binary_ubi caldata 0x110c) +3)
+                       ath10k_patch_mac $(macaddr_add $(mtd_get_mac_binary_ubi caldata 0x110c) 3)
                        ;;
                *)
                        caldata_die "board $board is not supported yet"