From d5ffe15e29295f1f0c16f957a0480dfd7daca5c6 Mon Sep 17 00:00:00 2001 From: Naveen Rawat Date: Thu, 14 Apr 2016 23:42:46 -0700 Subject: [PATCH] qcacmn: Remove FEATURE_WLAN_ESE_UPLOAD compile macro At present and going forward ESE and ESE_UPLOAD will be the de-facto approach supporting ESE. Hence there is no need of two compile macros FEATURE_WLAN_ESE and FEATURE_WLAN_ESE_UPLOAD. Instead Remove FEATURE_WLAN_ESE_UPLOAD and Keep only FEATURE_WLAN_ESE. Change-Id: If1a04e95211a0d639db7b60a57a6d5f215d26f4e CRs-Fixed: 950762 --- wmi_unified_param.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 134717e80b..48d98757a7 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -1456,7 +1456,6 @@ struct wifi_scan_cmd_req_params { struct wifi_scan_bucket_params buckets[WMI_WLAN_EXTSCAN_MAX_BUCKETS]; }; -#if defined(FEATURE_WLAN_ESE) && defined(FEATURE_WLAN_ESE_UPLOAD) #define WMI_CFG_VALID_CHANNEL_LIST_LEN 100 /** @@ -1491,7 +1490,7 @@ struct plm_req_params { uint8_t session_id; bool enable; }; -#endif + #define MAX_SSID_ALLOWED_LIST 4 #define MAX_BSSID_AVOID_LIST 16 #define MAX_BSSID_FAVORED 16