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:
Pragaspathi Thilagaraj
2018-12-16 23:17:10 +05:30
committed by nshrivas
parent 497573091a
commit 9341ee36b8
5 changed files with 80 additions and 0 deletions

View File

@@ -574,6 +574,9 @@ QDF_STATUS (*send_offload_11k_cmd)(wmi_unified_t wmi_handle,
QDF_STATUS (*send_invoke_neighbor_report_cmd)(wmi_unified_t wmi_handle,
struct wmi_invoke_neighbor_report_params *params);
QDF_STATUS (*send_roam_bss_load_config)(wmi_unified_t wmi_handle,
struct wmi_bss_load_config *params);
QDF_STATUS (*send_btm_config)(wmi_unified_t wmi_handle,
struct wmi_btm_config *params);