]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: iwlwifi: reduce the number of prints upon firmware crash
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sat, 21 Mar 2026 17:29:21 +0000 (19:29 +0200)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 25 Mar 2026 09:31:58 +0000 (11:31 +0200)
commitd35dafca94d99f9d4adc91830b78d41d3cc9f988
tree57644558686bbde7bff9b3bb2a4ef68ee3cb5fe3
parent1d624e0bd26c0c30bed7246dea9145ce7c5b5850
wifi: iwlwifi: reduce the number of prints upon firmware crash

When the firmware crashes, we print data to be able to know what
happened. The problem is that those prints became excessive as during
the course of the years, we added more data without ever removing the
prints that were no longer useful.
Instead of spamming the log with data that will not help anyone, limit
the prints to what is really needed.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-by: Eilon Rinat <eilon.rinat@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20260321192637.3bb8b142ff48.Ieacb12bf3bc930a4c28824e31d8e06eda177ba78@changeid
drivers/net/wireless/intel/iwlwifi/fw/dump.c