iwlwifi: api: fix FTM struct documentation
The real name is struct iwl_tof_range_req_ext_cmd, fix that. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
6ce1e5c0c2
commit
94c4a2e4c0
|
@ -82,7 +82,7 @@ enum iwl_location_subcmd_ids {
|
||||||
TOF_RANGE_ABORT_CMD = 0x2,
|
TOF_RANGE_ABORT_CMD = 0x2,
|
||||||
/**
|
/**
|
||||||
* @TOF_RANGE_REQ_EXT_CMD: TOF extended ranging config,
|
* @TOF_RANGE_REQ_EXT_CMD: TOF extended ranging config,
|
||||||
* uses &struct iwl_tof_range_request_ext_cmd
|
* uses &struct iwl_tof_range_req_ext_cmd
|
||||||
*/
|
*/
|
||||||
TOF_RANGE_REQ_EXT_CMD = 0x3,
|
TOF_RANGE_REQ_EXT_CMD = 0x3,
|
||||||
/**
|
/**
|
||||||
|
@ -292,7 +292,7 @@ struct iwl_tof_responder_dyn_config_cmd {
|
||||||
} __packed; /* TOF_RESPONDER_DYN_CONFIG_CMD_API_S_VER_2 */
|
} __packed; /* TOF_RESPONDER_DYN_CONFIG_CMD_API_S_VER_2 */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct iwl_tof_range_request_ext_cmd - extended range req for WLS
|
* struct iwl_tof_range_req_ext_cmd - extended range req for WLS
|
||||||
* @tsf_timer_offset_msec: the recommended time offset (mSec) from the AP's TSF
|
* @tsf_timer_offset_msec: the recommended time offset (mSec) from the AP's TSF
|
||||||
* @reserved: reserved
|
* @reserved: reserved
|
||||||
* @min_delta_ftm: Minimal time between two consecutive measurements,
|
* @min_delta_ftm: Minimal time between two consecutive measurements,
|
||||||
|
|
Loading…
Reference in New Issue