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
This commit is contained in:
Naveen Rawat
2016-04-14 23:42:46 -07:00
committed by Gerrit - the friendly Code Review server
parent 1f4a4c3390
commit d5ffe15e29

View File

@@ -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