]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: iwlwifi: be less noisy if the NIC is dead in S3
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 23 Dec 2024 12:13:59 +0000 (14:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Jan 2025 09:34:20 +0000 (10:34 +0100)
commitccdc8fd86fc7b34630bc1ce2da26537219f8b473
tree0b4d4c4cd1d96b8a2aadd4422773689cef5cd146
parent16b54ee81d8a44781ddeb5e577262d22c4e6c853
wifi: iwlwifi: be less noisy if the NIC is dead in S3

commit 0572b7715ffd2cac20aac00333706f3094028180 upstream

If the NIC is dead upon resume, try to catch the error earlier and exit
earlier. We'll print less error messages and get to the same recovery
path as before: reload the firmware.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20241028135215.3a18682261e5.I18f336a4537378a4c1a8537d7246cee1fc82b42c@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219597
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/intel/iwlwifi/iwl-trans.h
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
drivers/net/wireless/intel/iwlwifi/pcie/trans.c