FirmwareImage: Fix race condition
fwbank ubus calls returns before actual firmware flashing, which creates a race condition between Activate() operate command and stage2 firmware handling, with this fix, TransferComplete event moved down to add a wait delay for the stage2 firmware handling.