qcacld-3.0: Enable RRM by default
RRM 11k feature is enabled or disabled based on the rrm_enabled flag. rrm_enabled is filled from the gRrmEnabled ini. Change the default value of gRrmEnabled ini to 1. Change-Id: Ie2a95293c3225abc667563fcc9eed8440e46727f CRs-Fixed: 2754534
This commit is contained in:
committed by
snandini
parent
de747c1ac2
commit
33064de124
@@ -28,7 +28,7 @@
|
|||||||
* gRrmEnable - Enable/Disable RRM on STA
|
* gRrmEnable - Enable/Disable RRM on STA
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 1
|
* @Max: 1
|
||||||
* @Default: 0
|
* @Default: 1
|
||||||
*
|
*
|
||||||
* This ini is used to controls the capabilities (11 k) included
|
* This ini is used to controls the capabilities (11 k) included
|
||||||
* in the capabilities field for STA.
|
* in the capabilities field for STA.
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
* </ini>
|
* </ini>
|
||||||
*/
|
*/
|
||||||
#define CFG_RRM_ENABLE CFG_INI_BOOL("gRrmEnable", \
|
#define CFG_RRM_ENABLE CFG_INI_BOOL("gRrmEnable", \
|
||||||
0, \
|
1, \
|
||||||
"Enable/Disable RRM")
|
"Enable/Disable RRM")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user