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:

committed by
Gerrit - the friendly Code Review server

parent
1f4a4c3390
commit
d5ffe15e29
@@ -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
|
||||
|
Reference in New Issue
Block a user