qcacld-3.0: Enable NAN and NAN datapath by default
The NAN configs gEnableNanSupport and genable_nan_datapath are being removed from ini config file. So, enable them by default in .h file. Change-Id: Ibc1e91e6d010994b5e1419b2241f846e0fde8969 CRs-Fixed: 2710133
Este cometimento está contido em:

cometido por
snandini

ascendente
302283db60
cometimento
7792f58388
@@ -34,7 +34,7 @@
|
||||
* gEnableNanSupport - NAN feature support configuration
|
||||
* @Min: 0
|
||||
* @Max: 1
|
||||
* @Default: 0
|
||||
* @Default: 1
|
||||
*
|
||||
* When set to 1 NAN feature will be enabled.
|
||||
*
|
||||
@@ -47,7 +47,7 @@
|
||||
* </ini>
|
||||
*/
|
||||
#define CFG_NAN_ENABLE CFG_INI_BOOL("gEnableNanSupport", \
|
||||
0, \
|
||||
1, \
|
||||
"Enable NAN Support")
|
||||
|
||||
/*
|
||||
@@ -80,7 +80,7 @@
|
||||
* data over TCP/UDP network stack.
|
||||
* @Min: 0
|
||||
* @Max: 1
|
||||
* @Default: 0
|
||||
* @Default: 1
|
||||
*
|
||||
* When set to 1 NAN Datapath feature will be enabled.
|
||||
*
|
||||
@@ -93,7 +93,7 @@
|
||||
* </ini>
|
||||
*/
|
||||
#define CFG_NAN_DATAPATH_ENABLE CFG_INI_BOOL("genable_nan_datapath", \
|
||||
0, \
|
||||
1, \
|
||||
"Enable NAN Datapath support")
|
||||
|
||||
/*
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador