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
这个提交包含在:
@@ -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;
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户