Эх сурвалжийг харах

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
Pragaspathi Thilagaraj 6 жил өмнө
parent
commit
9dada4d132

+ 3 - 0
wmi_unified_roam_param.h

@@ -528,10 +528,13 @@ struct wmi_btm_config {
  * struct wmi_bss_load_config - BSS load trigger parameters
  * struct wmi_bss_load_config - BSS load trigger parameters
  * @vdev_id: VDEV on which the parameters should be applied
  * @vdev_id: VDEV on which the parameters should be applied
  * @bss_load_threshold: BSS load threshold after which roam scan should trigger
  * @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 {
 struct wmi_bss_load_config {
 	uint32_t vdev_id;
 	uint32_t vdev_id;
 	uint32_t bss_load_threshold;
 	uint32_t bss_load_threshold;
+	uint32_t bss_load_sample_time;
 };
 };
 
 
 /**
 /**