mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
wifi: iwlwifi: fw: api: Add new timepoint for scan failure
Add new time point to get the details of scan failure While on it added other missing enum to match with FW. Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com> Reviewed-by: Pagadala Yesu Anjaneyulu <pagadala.yesu.anjaneyulu@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://msgid.link/20240512072733.6781e76990c4.Iadfb3f6dd63a98fc35019772266b5ebddc5b5270@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
9c93c0b44b
commit
8d59995067
|
|
@ -470,6 +470,10 @@ enum iwl_fw_ini_region_device_memory_subtype {
|
|||
* @IWL_FW_INI_TIME_POINT_EAPOL_FAILED: EAPOL failed
|
||||
* @IWL_FW_INI_TIME_POINT_FAKE_TX: fake Tx
|
||||
* @IWL_FW_INI_TIME_POINT_DEASSOC: de association
|
||||
* @IWL_FW_INI_TIME_POINT_PRESET_OVERRIDE_EXT_REQ: request to override preset
|
||||
* @IWL_FW_INI_TIME_POINT_PRESET_OVERRIDE_START: start handling override preset
|
||||
* request
|
||||
* @IWL_FW_INI_TIME_SCAN_FAILURE: failed scan channel list
|
||||
* @IWL_FW_INI_TIME_POINT_NUM: number of time points
|
||||
*/
|
||||
enum iwl_fw_ini_time_point {
|
||||
|
|
@ -500,6 +504,9 @@ enum iwl_fw_ini_time_point {
|
|||
IWL_FW_INI_TIME_POINT_EAPOL_FAILED,
|
||||
IWL_FW_INI_TIME_POINT_FAKE_TX,
|
||||
IWL_FW_INI_TIME_POINT_DEASSOC,
|
||||
IWL_FW_INI_TIME_POINT_PRESET_OVERRIDE_EXT_REQ,
|
||||
IWL_FW_INI_TIME_POINT_PRESET_OVERRIDE_START,
|
||||
IWL_FW_INI_TIME_SCAN_FAILURE,
|
||||
IWL_FW_INI_TIME_POINT_NUM,
|
||||
}; /* FW_TLV_DEBUG_TIME_POINT_API_E */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user