qcacmn: Replace CONVERGED_TDLS_ENABLE feature flag

The CONVERGED_TDLS_ENABLE feature flag was originally introduced when
the TDLS feature was being componentized so that one could select
either the legacy implementation or the componentized implementation.
That componentization activity has concluded and the legacy
implementation no longer exists. To align with the current usage
remove all legacy TDLS code and switch to using the FEATURE_WLAN_TDLS
feature flag since that more accurately describes the code being
protected.

Change-Id: Ieef785844bd25b06604167eae2f52e39717f502f
CRs-Fixed: 2395694
This commit is contained in:
Jeff Johnson
2019-02-08 07:22:01 -08:00
committed by nshrivas
parent 880ba01add
commit 6889ddf7bb
12 changed files with 39 additions and 66 deletions

View File

@@ -25,7 +25,7 @@
#define _WMI_UNIFIED_PARAM_H_
#include <wlan_scan_public_structs.h>
#ifdef CONVERGED_TDLS_ENABLE
#ifdef FEATURE_WLAN_TDLS
#include <wlan_tdls_public_structs.h>
#endif