]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: pcie: dump stack on NIC error in sync commands
authorJohannes Berg <johannes.berg@intel.com>
Fri, 3 May 2013 09:56:17 +0000 (11:56 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 13 May 2013 16:15:55 +0000 (18:15 +0200)
commit9b47db0f0c49d0ca4c6db047fd0a2cbeb39ac2df
treef393453133a914539e3e1070447f82efe425a025
parentc802caf9953b392429993612392b908a55f3f859
iwlwifi: pcie: dump stack on NIC error in sync commands

Many times, a NIC error is the result of a bad command sent
to the device. If the command was sent synchronously, then
we'll currently print a message when the command is aborted
containing the command. It can be very useful to also see
the stack dump though, so also print that.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/pcie/tx.c