iwlwifi: add debugging for TX path
authorReinette Chatre <reinette.chatre@intel.com>
Tue, 21 Apr 2009 17:55:47 +0000 (10:55 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 21 Apr 2009 20:43:34 +0000 (16:43 -0400)
commitd2ee9cd2e2bdfa2e5817142d6f044697066d3977
tree9e4dec9fd4c009b8ce12f3bd1529ef2b455d3cc1
parentc491bf1205485c83086bf4f2f26ca6598d48133a
iwlwifi: add debugging for TX path

When debugging TX issues it is helpful to know the seq nr of the
frame being transmitted. The seq nr is printed as part of ucode's
log informing us which frame is being processed. Having this information
printed in driver log makes it easy to match activities between driver
and firmware.

Also make possible to print TX flags directly. These are already printed
as part of entire TX command, but having it printed directly in cpu format
makes it easier to look at.

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-tx.c
drivers/net/wireless/iwlwifi/iwl3945-base.c