qcacmn: wmi changes to send bss load trigger config to firmware
Populate the load bss trigger configuration values based on the ini values and send them to firmware. Add wmi changes to send bss load trigger config to firmware. Change-Id: Ib2e21904bc7b8d87e5f51824d2694b90a3ac53f2 CRs-Fixed: 2367773
This commit is contained in:

committed by
nshrivas

parent
497573091a
commit
9341ee36b8
@@ -288,6 +288,18 @@ QDF_STATUS wmi_unified_send_btm_config(void *wmi_hdl,
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
QDF_STATUS wmi_unified_send_bss_load_config(void *wmi_hdl,
|
||||
struct wmi_bss_load_config *params)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t)wmi_hdl;
|
||||
|
||||
if (wmi_handle->ops->send_roam_bss_load_config)
|
||||
return wmi_handle->ops->send_roam_bss_load_config(wmi_handle,
|
||||
params);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
QDF_STATUS wmi_unified_offload_11k_cmd(void *wmi_hdl,
|
||||
struct wmi_11k_offload_params *params)
|
||||
{
|
||||
|
Reference in New Issue
Block a user