qcacmn: Add wma apis for High Latency systems (Part 4 - HL Datapath)

Initialize bad peer tx control data structure in WMA,
send down the initial configuration info to fw and
configure the peer status update setting in the tx_rx module.

CRs-Fixed: 975526
Change-Id: Ib380e10a0b343b6a8f9c2c0bf6d6dd602d2601c5
This commit is contained in:
Poddar, Siddarth
2016-04-28 15:49:11 +05:30
committed by Vishwajith Upendra
parent df030095a3
commit 1f21bbbd68
6 changed files with 157 additions and 0 deletions

View File

@@ -1207,6 +1207,26 @@ QDF_STATUS wmi_unified_lro_config_cmd(void *wmi_hdl,
}
#ifndef WMI_NON_TLV_SUPPORT
/**
* wmi_unified_peer_rate_report_cmd() - process the peer rate report command
* @wmi_hdl: Pointer to wmi handle
* @rate_report_params: Pointer to peer rate report parameters
*
*
* Return: QDF_STATUS_SUCCESS for success otherwise failure
*/
QDF_STATUS wmi_unified_peer_rate_report_cmd(void *wmi_hdl,
struct wmi_peer_rate_report_params *rate_report_params)
{
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
if (wmi_handle->ops->send_peer_rate_report_cmd)
return wmi_handle->ops->send_peer_rate_report_cmd(wmi_handle,
rate_report_params);
return QDF_STATUS_E_FAILURE;
}
/**
* wmi_unified_bcn_buf_ll_cmd() - prepare and send beacon buffer to fw for LL
* @wmi_hdl: wmi handle