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
committed by snandini
parent cbc3df38c7
commit 7af72345b6
4 changed files with 26 additions and 10 deletions

View File

@@ -1473,12 +1473,14 @@ QDF_STATUS wmi_unified_process_ll_stats_get_cmd(wmi_unified_t wmi_handle,
* get station request
* @wmi_handle: wmi handle
* @get_req: unified ll stats and get station request command params
* @is_always_over_qmi: flag to send stats request always over qmi
*
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
*/
QDF_STATUS wmi_process_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 /* FEATURE_CLUB_LL_STATS_AND_GET_STATION */
#endif /* WLAN_FEATURE_LINK_LAYER_STATS */