qcacmn: Add qdf abstraction for ipa uc bw monitor

Add qdf abstraction for ipa uc bandwidth monitor for
wlan client.

Change-Id: I64718f118dd4982b060c72e2a2e7bd3e317bdb73
CRs-Fixed: 2526548
This commit is contained in:
Sravan Kumar Kairam
2019-09-10 20:04:39 +05:30
committed by nshrivas
parent 3a37692ec1
commit aedfbffdfd
4 changed files with 59 additions and 2 deletions

View File

@@ -410,6 +410,17 @@ static inline int qdf_ipa_wdi_wlan_stats(qdf_ipa_wdi_tx_info_t *tx_stats)
{
return __qdf_ipa_wdi_wlan_stats(tx_stats);
}
/**
* qdf_ipa_uc_bw_monitor() - start/stop uc bw monitoring
* @bw_info: set bw info levels to monitor
*
* Returns: 0 on success, negative on failure
*/
static inline int qdf_ipa_uc_bw_monitor(qdf_ipa_wdi_bw_info_t *bw_info)
{
return __qdf_ipa_uc_bw_monitor(bw_info);
}
#endif
#endif /* IPA_OFFLOAD */