qcacld-3.0: 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:
Srinivas Girigowda
2015-12-11 11:00:48 -08:00
committed by Gerrit - the friendly Code Review server
parent 89223f7e36
commit 515a9efb36
35 changed files with 847 additions and 971 deletions

View File

@@ -848,7 +848,7 @@ struct wma_txrx_node {
bool nlo_match_evt_received;
bool pno_in_progress;
#endif
#if defined(FEATURE_WLAN_ESE) && defined(FEATURE_WLAN_ESE_UPLOAD)
#ifdef FEATURE_WLAN_ESE
bool plm_in_progress;
#endif
bool ptrn_match_enable;