From 1aed4e832415f8f79e9c76d36a31649fd04f300c Mon Sep 17 00:00:00 2001 From: Jianmin Zhu Date: Fri, 7 Dec 2018 18:07:15 +0800 Subject: [PATCH] qcacmn: Remove CONFIG_MCL in roam_offload_scan_params Replace CONFIG_MCL with WLAN_FEATURE_ROAM_OFFLOAD in struct roam_offload_scan_params Change-Id: Ibf9c393effc78a201525ae53cb9ced127244ee67 CRs-Fixed: 2363094 --- wmi/inc/wmi_unified_param.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 19c03edfb6..e8da090a3b 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -1909,6 +1909,8 @@ struct roam_fils_params { * @roam_offload_params: roam offload tlv params * @min_delay_btw_roam_scans: Delay btw two scans * @roam_trigger_reason_bitmask: Roam reason bitmark + * @roam_offload_params: roam offload tlv params, unused + * in non tlv target, only for roam offload feature * @assoc_ie_length: Assoc IE length * @assoc_ie: Assoc IE buffer * @add_fils_tlv: add FILS TLV boolean @@ -1940,10 +1942,7 @@ struct roam_offload_scan_params { bool is_ese_assoc; bool is_11r_assoc; struct mobility_domain_info mdid; -#ifdef CONFIG_MCL - /* THis is not available in non tlv target. - * please remove this and replace with a host based - * structure */ +#ifdef WLAN_FEATURE_ROAM_OFFLOAD roam_offload_param roam_offload_params; #endif uint32_t assoc_ie_length;