qcacmn: Add support query per Vdev Beacon reception
Add WMI support query per Vdev Beacon reception. Change-Id: I535c03eaefba9fbbcdc51cead1093680f451da10 CRs-Fixed: 2360914
This commit is contained in:
@@ -11724,6 +11724,8 @@ static void populate_tlv_events_id(uint32_t *event_ids)
|
||||
#endif
|
||||
event_ids[wmi_pdev_ctl_failsafe_check_event_id] =
|
||||
WMI_PDEV_CTL_FAILSAFE_CHECK_EVENTID;
|
||||
event_ids[wmi_vdev_bcn_reception_stats_event_id] =
|
||||
WMI_VDEV_BCN_RECEPTION_STATS_EVENTID;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -11953,6 +11955,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
||||
WMI_SERVICE_HTT_H2T_NO_HTC_HDR_LEN_IN_MSG_LEN;
|
||||
wmi_service[wmi_service_peer_unmap_cnf_support] =
|
||||
WMI_SERVICE_PEER_UNMAP_RESPONSE_SUPPORT;
|
||||
wmi_service[wmi_service_beacon_reception_stats] =
|
||||
WMI_SERVICE_BEACON_RECEPTION_STATS;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user