|
|
@@ -402,8 +402,6 @@ out:
|
|
|
|
|
|
void iwl_mvm_fw_dbg_collect(struct iwl_mvm *mvm)
|
|
|
{
|
|
|
- lockdep_assert_held(&mvm->mutex);
|
|
|
-
|
|
|
/* stop recording */
|
|
|
if (mvm->cfg->device_family == IWL_DEVICE_FAMILY_7000) {
|
|
|
iwl_set_bits_prph(mvm->trans, MON_BUFF_SAMPLE_CTL, 0x100);
|
|
|
@@ -412,11 +410,7 @@ void iwl_mvm_fw_dbg_collect(struct iwl_mvm *mvm)
|
|
|
iwl_write_prph(mvm->trans, DBGC_OUT_CTRL, 0);
|
|
|
}
|
|
|
|
|
|
- iwl_mvm_fw_error_dump(mvm);
|
|
|
-
|
|
|
- /* start recording again */
|
|
|
- WARN_ON_ONCE(mvm->fw->dbg_dest_tlv &&
|
|
|
- iwl_mvm_start_fw_dbg_conf(mvm, mvm->fw_dbg_conf));
|
|
|
+ schedule_work(&mvm->fw_error_dump_wk);
|
|
|
}
|
|
|
|
|
|
int iwl_mvm_start_fw_dbg_conf(struct iwl_mvm *mvm, enum iwl_fw_dbg_conf conf_id)
|