Ver Fonte

qcacmn: Add support for WMI_VDEV_BCN_LATENCY event

Add interface changes for WMI_VDEV_BCN_LATENCY_EVENTID which
is sent by firmware to indicate the latency IE received from
connected AP in beacon.

Change-Id: Ia6cec01be89f13885b011414f0d77f64c6eb05ee
CRs-Fixed: 2723226
Surabhi Vishnoi há 5 anos atrás
pai
commit
20e9e49e70
2 ficheiros alterados com 3 adições e 0 exclusões
  1. 1 0
      wmi/inc/wmi_unified_param.h
  2. 2 0
      wmi/src/wmi_unified_tlv.c

+ 1 - 0
wmi/inc/wmi_unified_param.h

@@ -4670,6 +4670,7 @@ typedef enum {
 	wmi_muedca_params_config_eventid,
 	wmi_pdev_sscan_fw_param_eventid,
 	wmi_roam_cap_report_event_id,
+	wmi_vdev_bcn_latency_event_id,
 	wmi_events_max,
 } wmi_conv_event_id;
 

+ 2 - 0
wmi/src/wmi_unified_tlv.c

@@ -14897,6 +14897,8 @@ event_ids[wmi_roam_scan_chan_list_id] =
 			WMI_PDEV_SSCAN_FW_PARAM_EVENTID;
 	event_ids[wmi_roam_cap_report_event_id] =
 			WMI_ROAM_CAPABILITY_REPORT_EVENTID;
+	event_ids[wmi_vdev_bcn_latency_event_id] =
+			WMI_VDEV_BCN_LATENCY_EVENTID;
 }
 
 /**