qcacmn: Add support to handle BIG_DATA_P2_EVENTID

Fw advertise big data stats in response of host
command WMI_VDEV_GET_BIG_DATA_P2_CMDID.

Add interface change to handle BIG_DATA_P2_EVENTID.

Change-Id: I906afb71eb7f6bf95cd967a69d56fa333ecae177
CRs-Fixed: 2848445
This commit is contained in:
sheenam monga
2021-01-04 18:36:32 +05:30
committed by snandini
parent 3ae6e993b4
commit b9d73b5beb
2 changed files with 3 additions and 0 deletions

View File

@@ -4532,6 +4532,7 @@ typedef enum {
wmi_vdev_disconnect_event_id,
wmi_peer_create_conf_event_id,
wmi_pdev_cp_fwstats_eventid,
wmi_vdev_send_big_data_p2_eventid,
wmi_events_max,
} wmi_conv_event_id;

View File

@@ -14927,6 +14927,8 @@ event_ids[wmi_roam_scan_chan_list_id] =
WMI_PEER_CREATE_CONF_EVENTID;
event_ids[wmi_pdev_cp_fwstats_eventid] =
WMI_CTRL_PATH_STATS_EVENTID;
event_ids[wmi_vdev_send_big_data_p2_eventid] =
WMI_VDEV_SEND_BIG_DATA_P2_EVENTID;
}
#ifdef WLAN_FEATURE_LINK_LAYER_STATS