qcacld-3.0: Remove WNI_CFG_TDLS_LINK_SETUP_*_TIMEOUT

The following macros are unused, so remove them:
- WNI_CFG_TDLS_LINK_SETUP_CNF_TIMEOUT
- WNI_CFG_TDLS_LINK_SETUP_RSP_TIMEOUT

Change-Id: Ibae6895881ef1ad831ecb405b510f04d40da7c14
CRs-Fixed: 2380116
This commit is contained in:
Jeff Johnson
2019-01-06 12:36:06 -08:00
committed by nshrivas
parent 1f29564878
commit 72f7de3fd1

View File

@@ -158,11 +158,6 @@ enum tdls_peer_capability {
CLEAR_BIT(peer_bitmap[1], ((aid) - (sizeof(uint32_t) << 3)));\
} while (0);
#ifdef FEATURE_WLAN_TDLS
#define WNI_CFG_TDLS_LINK_SETUP_RSP_TIMEOUT (800)
#define WNI_CFG_TDLS_LINK_SETUP_CNF_TIMEOUT (200)
#endif
#define IS_QOS_ENABLED(pe_session) ((((pe_session)->limQosEnabled) && \
SIR_MAC_GET_QOS((pe_session)->limCurrentBssCaps)) || \
(((pe_session)->limWmeEnabled) && \