]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
iwlwifi: pcie: print less data upon firmware crash
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 3 Jan 2017 08:04:44 +0000 (10:04 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 11 Apr 2017 11:54:33 +0000 (14:54 +0300)
commitafb844318de2a87694380ee3824ee102f2699bd9
tree5be9f6bffd6b173af0bf03e355decb199e6ca693
parent5cddd05c9cbe420436799716d009bc0372ef8268
iwlwifi: pcie: print less data upon firmware crash

We don't need to print so much data in the kernel log.
Limit the data to be printed to the queue that actually
got stuck in case of a TFD queue hang, and stop dumping
all the CSR and FH registers. Over the course of time, the
CSR and FH values haven't proven themselves to be really
useful for debugging, and they are now in the firmware dump
anyway.

This comes as a preparation to the addition of more data
required to be printed by the firwmare team.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/rx.c
drivers/net/wireless/intel/iwlwifi/pcie/trans.c
drivers/net/wireless/intel/iwlwifi/pcie/tx.c