Browse Source

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
Pragaspathi Thilagaraj 4 years ago
parent
commit
33064de124
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_fe_rrm.h

+ 2 - 2
components/mlme/dispatcher/inc/cfg_mlme_fe_rrm.h

@@ -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")
 
 /*