Commit b958cb0b authored by Benjamin Berg's avatar Benjamin Berg Committed by Johannes Berg
Browse files

wifi: iwlwifi: mvm: log information about HW restart completion



It can happen that more errors occur after a firmware assertion. In that
case, having another log message after the restart has completed makes
it easier to see which errors where still part of the restart flow.

Signed-off-by: default avatarBenjamin Berg <benjamin.berg@intel.com>
Signed-off-by: default avatarMiri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20241008072037.d205dd88fb9d.Ic43a1b399f59d2ab1018ff2f9e6e3a0324692660@changeid


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 108e80db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1336,6 +1336,8 @@ static void iwl_mvm_restart_complete(struct iwl_mvm *mvm)
	 * of packets the FW sent out, so we must reconnect.
	 */
	iwl_mvm_teardown_tdls_peers(mvm);

	IWL_INFO(mvm, "restart completed\n");
}

void iwl_mvm_mac_reconfig_complete(struct ieee80211_hw *hw,