]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: dbg_ini: align struct iwl_fw_ini_region_cfg to the FW
authorShahar S Matityahu <shahar.s.matityahu@intel.com>
Wed, 5 Dec 2018 12:02:53 +0000 (14:02 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 4 Feb 2019 10:28:07 +0000 (12:28 +0200)
commit9deb52c68fb5419875745e3f1c78836a331b5e6b
treef00a8f21791bcc2e5ae7b75f0514cffca1eec019
parent608dce95db10b8ee1a26dbce3f60204bb69812a5
iwlwifi: dbg_ini: align struct iwl_fw_ini_region_cfg to the FW

New fields were added to struct iwl_fw_ini_region_cfg.
add those field and apply the changes the result from this change

offset field is used to differentiate between the different LMACs
and any memory access to the region addresses should be
base_addr + offset.

A fifo struct is to hold the meta data needed for fifo regions

Also move range_data_size and num_of_ranges into a struct under the
union to be aligned to the struct in the FW.

Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h
drivers/net/wireless/intel/iwlwifi/fw/dbg.c