diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-10-17 18:12:20 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-17 18:12:20 -0700 |
| commit | ab14c8f925d8ebbe5950d2cc6bf8dc88bb63f719 (patch) | |
| tree | edd79f08b8457269dd1f0b38517019703bf5b39b | |
| parent | d28d8210c8533b0b4d62d5820d38f969082101db (diff) | |
| parent | f42298be1b7f41d73bf6a4d8736d350ab4125e2a (diff) | |
Merge "qcacmn: Add changes to handle WMI_ROAM_SYNCH_FRAME_EVENTID" into wlan-cmn.driver.lnx.1.0
| -rw-r--r-- | wmi/inc/wmi_unified_param.h | 1 | ||||
| -rw-r--r-- | wmi/src/wmi_unified_tlv.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 94476816facc..bcdd2fed6d30 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -5192,6 +5192,7 @@ typedef enum { wmi_ba_rsp_ssn_event_id, wmi_aggr_state_trig_event_id, wmi_roam_synch_event_id, + wmi_roam_synch_frame_event_id, wmi_p2p_disc_event_id, wmi_p2p_noa_event_id, wmi_pdev_resume_event_id, diff --git a/wmi/src/wmi_unified_tlv.c b/wmi/src/wmi_unified_tlv.c index e124bc494a63..2dfe9ea69349 100644 --- a/wmi/src/wmi_unified_tlv.c +++ b/wmi/src/wmi_unified_tlv.c @@ -14486,6 +14486,7 @@ static void populate_tlv_events_id(uint32_t *event_ids) event_ids[wmi_profile_match] = WMI_PROFILE_MATCH; event_ids[wmi_roam_synch_event_id] = WMI_ROAM_SYNCH_EVENTID; + event_ids[wmi_roam_synch_frame_event_id] = WMI_ROAM_SYNCH_FRAME_EVENTID; event_ids[wmi_p2p_disc_event_id] = WMI_P2P_DISC_EVENTID; |
