]> Git Repo - linux.git/commit
iwlwifi: dbg: move debug data to a struct
authorSara Sharon <[email protected]>
Mon, 11 Jun 2018 08:43:09 +0000 (11:43 +0300)
committerLuca Coelho <[email protected]>
Sat, 6 Oct 2018 07:25:42 +0000 (10:25 +0300)
commit17b809c9b22e34e17b1de6ff7c913127b7a249db
tree2467caa55d942eb15760133d570ebc8ce7280181
parent2e1976bb75263fbad918e82184b16a23bd721546
iwlwifi: dbg: move debug data to a struct

The debug variables are bloating the iwl_fw struct.  And the fields
are out of order, missing docs and some are redundant.

Clean this up.  This serves as preparation for unionizing it for the
new ini infra.

Signed-off-by: Sara Sharon <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
drivers/net/wireless/intel/iwlwifi/fw/dbg.c
drivers/net/wireless/intel/iwlwifi/fw/dbg.h
drivers/net/wireless/intel/iwlwifi/fw/img.h
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
drivers/net/wireless/intel/iwlwifi/iwl-trans.h
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
drivers/net/wireless/intel/iwlwifi/pcie/trans.c
This page took 0.054514 seconds and 4 git commands to generate.