qcacmn: Add support to fetch BIG DATA fw cap

Add support to fetch fw capbality to handle
BIG data feature.

Change-Id: I3672230a26e2502164e991916404a5f6450f218e
CRs-Fixed: 2937221
This commit is contained in:
sheenam monga
2021-05-03 14:21:44 +05:30
committed by Madan Koyyalamudi
parent 66382eb3b6
commit b4602b3fea
2 changed files with 8 additions and 0 deletions

View File

@@ -5197,6 +5197,9 @@ typedef enum {
#ifdef FEATURE_WLAN_TDLS
wmi_service_tdls_ax_support,
#endif
#endif
#ifdef WLAN_FEATURE_BIG_DATA_STATS
wmi_service_big_data_support,
#endif
wmi_services_max,
} wmi_conv_service_ids;