qcacmn: Replace slave for target
Replace slave for target, and replace master for initiator which pair of slave. Change-Id: I51ee0ce1ce0d0dc30281388a270bda1edfac2903 CRs-Fixed: 3169180
This commit is contained in:

committed by
Madan Koyyalamudi

parent
5b5276e2ec
commit
c505123a57
@@ -4600,12 +4600,12 @@ struct ftm_time_sync_start_stop_params {
|
||||
/**
|
||||
* struct wlan_time_sync_qtime_pair- Get wlan time sync qtime pair value
|
||||
* @vdev_id: vdev id
|
||||
* @qtime_master: qtimer value of master
|
||||
* @qtime_slave: qtimer value of slave
|
||||
* @qtime_initiator: qtimer value of initiator
|
||||
* @qtime_target: qtimer value of target
|
||||
*/
|
||||
struct wlan_time_sync_qtime_pair {
|
||||
uint64_t qtime_master;
|
||||
uint64_t qtime_slave;
|
||||
uint64_t qtime_initiator;
|
||||
uint64_t qtime_target;
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -4902,7 +4902,7 @@ typedef enum {
|
||||
wmi_roam_pmkid_request_event_id,
|
||||
#ifdef FEATURE_WLAN_TIME_SYNC_FTM
|
||||
wmi_wlan_time_sync_ftm_start_stop_event_id,
|
||||
wmi_wlan_time_sync_q_master_slave_offset_eventid,
|
||||
wmi_wlan_time_sync_q_initiator_target_offset_eventid,
|
||||
#endif
|
||||
wmi_roam_scan_chan_list_id,
|
||||
wmi_muedca_params_config_eventid,
|
||||
|
Reference in New Issue
Block a user