qcacld-3.0: Change default value of gTDLSExternalControl

qcacld-2.0 to qcacld-3.0 propagation

Currently wpa_supplicant.conf have enabled external control
(“tdls_external_control=1”) & INI settings as Explicit Trigger
by default. So, here is the mismatch of the wpa_supplicant.conf
& INI setting which leads in failure of some test case manually
as well these settings.

Fix the issue by making the default value of gTDLSExternalControl
same as wpa_supplicant.conf.

Change-Id: Ifb187768ac387b6ae5f6bb3283efb48225e1e909
CRs-Fixed: 1074998
This commit is contained in:
Nishank Aggarwal
2016-10-13 17:36:16 +05:30
committed by qcabuildsw
parent 6d4e09ed8f
commit 3f89891dda

View File

@@ -1844,7 +1844,7 @@ typedef enum {
#define CFG_TDLS_EXTERNAL_CONTROL "gTDLSExternalControl"
#define CFG_TDLS_EXTERNAL_CONTROL_MIN (0)
#define CFG_TDLS_EXTERNAL_CONTROL_MAX (1)
#define CFG_TDLS_EXTERNAL_CONTROL_DEFAULT (0)
#define CFG_TDLS_EXTERNAL_CONTROL_DEFAULT (1)
#define CFG_TDLS_OFF_CHANNEL_SUPPORT_ENABLE "gEnableTDLSOffChannel"
#define CFG_TDLS_OFF_CHANNEL_SUPPORT_ENABLE_MIN (0)