qcacmn: Send unified ll_stats and get_station request over qmi

Send unified ll_stats and get_stats request over qmi based on INI
configuration.

Change-Id: Icc43352c1ba19696148619100ee27fda4d5ffb41
CRs-Fixed: 2791043
This commit is contained in:
Bapiraju Alla
2020-10-05 16:05:34 +05:30
committad av snandini
förälder cbc3df38c7
incheckning 7af72345b6
4 ändrade filer med 26 tillägg och 10 borttagningar

Visa fil

@@ -820,7 +820,8 @@ QDF_STATUS (*send_process_ll_stats_get_cmd)(wmi_unified_t wmi_handle,
const struct ll_stats_get_params *get_req);
#ifdef FEATURE_CLUB_LL_STATS_AND_GET_STATION
QDF_STATUS (*send_unified_ll_stats_get_sta_cmd)(wmi_unified_t wmi_handle,
const struct ll_stats_get_params *get_req);
const struct ll_stats_get_params *get_req,
bool is_always_over_qmi);
#endif
#endif