From 9dada4d1320e0d9764140d81380d31e0697e8998 Mon Sep 17 00:00:00 2001 From: Pragaspathi Thilagaraj Date: Mon, 24 Dec 2018 15:17:04 +0530 Subject: [PATCH] qcacmn: Send bss_load_bss_sample_time over WMI_ROAM_BSS_LOAD_CONFIG_CMDID Add changes to send bss_load_bss_sample_time over the wmi command WMI_ROAM_BSS_LOAD_CONFIG_CMDID. Change-Id: Iab882f0474071458ed8b8876d8edda987b76e94d CRs-Fixed: 2372167 --- wmi_unified_roam_param.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmi_unified_roam_param.h b/wmi_unified_roam_param.h index 2b88f0ef84..ce7921ab7b 100644 --- a/wmi_unified_roam_param.h +++ b/wmi_unified_roam_param.h @@ -528,10 +528,13 @@ struct wmi_btm_config { * struct wmi_bss_load_config - BSS load trigger parameters * @vdev_id: VDEV on which the parameters should be applied * @bss_load_threshold: BSS load threshold after which roam scan should trigger + * @bss_load_sample_time: Time duration in milliseconds for which the bss load + * trigger needs to be enabled */ struct wmi_bss_load_config { uint32_t vdev_id; uint32_t bss_load_threshold; + uint32_t bss_load_sample_time; }; /**