|
@@ -1413,11 +1413,9 @@ static void iwl_pcie_irq_handle_error(struct iwl_trans *trans)
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- local_bh_disable();
|
|
|
|
/* The STATUS_FW_ERROR bit is set in this function. This must happen
|
|
/* The STATUS_FW_ERROR bit is set in this function. This must happen
|
|
* before we wake up the command caller, to ensure a proper cleanup. */
|
|
* before we wake up the command caller, to ensure a proper cleanup. */
|
|
iwl_trans_fw_error(trans);
|
|
iwl_trans_fw_error(trans);
|
|
- local_bh_enable();
|
|
|
|
|
|
|
|
for (i = 0; i < trans->cfg->base_params->num_of_queues; i++) {
|
|
for (i = 0; i < trans->cfg->base_params->num_of_queues; i++) {
|
|
if (!trans_pcie->txq[i])
|
|
if (!trans_pcie->txq[i])
|