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:

committed by
Madan Koyyalamudi

parent
66382eb3b6
commit
b4602b3fea
@@ -16194,6 +16194,11 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
||||
wmi_service[wmi_service_dcs_awgn_int_support] =
|
||||
WMI_SERVICE_DCS_AWGN_INT_SUPPORT;
|
||||
wmi_populate_service_11be(wmi_service);
|
||||
|
||||
#ifdef WLAN_FEATURE_BIG_DATA_STATS
|
||||
wmi_service[wmi_service_big_data_support] =
|
||||
WMI_SERVICE_BIG_DATA_SUPPORT;
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user