|
@@ -802,7 +802,6 @@ iwl_op_mode_mvm_start(struct iwl_trans *trans, const struct iwl_cfg *cfg,
|
|
|
iwl_mvm_leds_exit(mvm);
|
|
|
iwl_mvm_thermal_exit(mvm);
|
|
|
out_free:
|
|
|
- iwl_fw_runtime_exit(&mvm->fwrt);
|
|
|
iwl_fw_flush_dump(&mvm->fwrt);
|
|
|
|
|
|
if (iwlmvm_mod_params.init_dbg)
|
|
@@ -843,7 +842,6 @@ static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode)
|
|
|
#if defined(CONFIG_PM_SLEEP) && defined(CONFIG_IWLWIFI_DEBUGFS)
|
|
|
kfree(mvm->d3_resume_sram);
|
|
|
#endif
|
|
|
- iwl_fw_runtime_exit(&mvm->fwrt);
|
|
|
iwl_trans_op_mode_leave(mvm->trans);
|
|
|
|
|
|
iwl_phy_db_free(mvm->phy_db);
|