diff options
author | Shahar S Matityahu <shahar.s.matityahu@intel.com> | 2018-12-03 12:40:24 +0100 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2019-02-04 11:28:08 +0100 |
commit | 6e9f8f9924393fc12827a1a9362a34bb53b8e64f (patch) | |
tree | 77a736e92c94642f2e0410a6cf40384c9eaeae81 /drivers/net/wireless/intel/iwlwifi/fw/error-dump.h | |
parent | iwlwifi: dbg_ini: implement csr memory dump (diff) | |
download | linux-6e9f8f9924393fc12827a1a9362a34bb53b8e64f.tar.xz linux-6e9f8f9924393fc12827a1a9362a34bb53b8e64f.zip |
iwlwifi: dbg_ini: implement device internal memory dump
Implement device internal memory dump in the new dump mechanism.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/error-dump.h')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/error-dump.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h index fb2ff29762e2..42e0c4c93c82 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h @@ -275,22 +275,6 @@ struct iwl_fw_error_dump_mem { }; /** - * struct iwl_fw_error_dump_named_mem - chunk of memory - * @type: &enum iwl_fw_error_dump_mem_type - * @offset: the offset from which the memory was read - * @name_len: name length - * @name: file name - * @data: the content of the memory - */ -struct iwl_fw_error_dump_named_mem { - __le32 type; - __le32 offset; - u8 name_len; - u8 name[32]; - u8 data[]; -}; - -/** * struct iwl_fw_ini_error_dump_range - range of memory * @start_addr: the start address of this range * @range_data_size: the size of this range, in bytes |