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
This commit is contained in:
committed by
snandini
parent
302283db60
commit
7792f58388
@@ -34,7 +34,7 @@
|
|||||||
* gEnableNanSupport - NAN feature support configuration
|
* gEnableNanSupport - NAN feature support configuration
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 1
|
* @Max: 1
|
||||||
* @Default: 0
|
* @Default: 1
|
||||||
*
|
*
|
||||||
* When set to 1 NAN feature will be enabled.
|
* When set to 1 NAN feature will be enabled.
|
||||||
*
|
*
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
* </ini>
|
* </ini>
|
||||||
*/
|
*/
|
||||||
#define CFG_NAN_ENABLE CFG_INI_BOOL("gEnableNanSupport", \
|
#define CFG_NAN_ENABLE CFG_INI_BOOL("gEnableNanSupport", \
|
||||||
0, \
|
1, \
|
||||||
"Enable NAN Support")
|
"Enable NAN Support")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
* data over TCP/UDP network stack.
|
* data over TCP/UDP network stack.
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 1
|
* @Max: 1
|
||||||
* @Default: 0
|
* @Default: 1
|
||||||
*
|
*
|
||||||
* When set to 1 NAN Datapath feature will be enabled.
|
* When set to 1 NAN Datapath feature will be enabled.
|
||||||
*
|
*
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
* </ini>
|
* </ini>
|
||||||
*/
|
*/
|
||||||
#define CFG_NAN_DATAPATH_ENABLE CFG_INI_BOOL("genable_nan_datapath", \
|
#define CFG_NAN_DATAPATH_ENABLE CFG_INI_BOOL("genable_nan_datapath", \
|
||||||
0, \
|
1, \
|
||||||
"Enable NAN Datapath support")
|
"Enable NAN Datapath support")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user