commit | 17b809c9b22e34e17b1de6ff7c913127b7a249db | [log] [tgz] |
---|---|---|
author | Sara Sharon <sara.sharon@intel.com> | Mon Jun 11 11:43:09 2018 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Sat Oct 06 10:25:42 2018 +0300 |
tree | 2467caa55d942eb15760133d570ebc8ce7280181 | |
parent | 2e1976bb75263fbad918e82184b16a23bd721546 [diff] |
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 <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>