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:
Pragaspathi Thilagaraj
2020-08-16 16:31:05 +05:30
committad av snandini
förälder de747c1ac2
incheckning 33064de124

Visa fil

@@ -28,7 +28,7 @@
* gRrmEnable - Enable/Disable RRM on STA
* @Min: 0
* @Max: 1
* @Default: 0
* @Default: 1
*
* This ini is used to controls the capabilities (11 k) included
* in the capabilities field for STA.
@@ -42,7 +42,7 @@
* </ini>
*/
#define CFG_RRM_ENABLE CFG_INI_BOOL("gRrmEnable", \
0, \
1, \
"Enable/Disable RRM")
/*