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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user