Explorar o código

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
Naveen Rawat %!s(int64=9) %!d(string=hai) anos
pai
achega
32a8dc6fb2
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      wmi/inc/wmi_unified_param.h

+ 1 - 2
wmi/inc/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