During firmware crash recovery, the driver was reallocating TX completion softirqs even though
the ones from driver load were still active. This led to a kernel panic on driver reload.
The fix skips softirq reallocation during firmware crash recovery, preventing the panic.