qcacmn: Add event ids for motion detection events
Add event ids for motion detection event and motion detection base line event Change-Id: I84c4ada04fad2de710a85ec510cb36f8d8ae8059 CRs-Fixed: 2548260
This commit is contained in:

committed by
nshrivas

parent
0303830a0f
commit
1f0b8fbc9f
@@ -4526,6 +4526,8 @@ typedef enum {
|
||||
wmi_roam_auth_offload_event_id,
|
||||
wmi_service_ready_ext2_event_id,
|
||||
wmi_get_elna_bypass_event_id,
|
||||
wmi_motion_det_host_eventid,
|
||||
wmi_motion_det_base_line_host_eventid,
|
||||
wmi_events_max,
|
||||
} wmi_conv_event_id;
|
||||
|
||||
|
@@ -12753,6 +12753,9 @@ static void populate_tlv_events_id(uint32_t *event_ids)
|
||||
event_ids[wmi_roam_auth_offload_event_id] =
|
||||
WMI_ROAM_PREAUTH_START_EVENTID;
|
||||
event_ids[wmi_get_elna_bypass_event_id] = WMI_GET_ELNA_BYPASS_EVENTID;
|
||||
event_ids[wmi_motion_det_host_eventid] = WMI_MOTION_DET_HOST_EVENTID;
|
||||
event_ids[wmi_motion_det_base_line_host_eventid] =
|
||||
WMI_MOTION_DET_BASE_LINE_HOST_EVENTID;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user