Explorar el Código

qcacld-3.0: Update default value of wlm_latency_flags_ultralow

Disable scan by default with ultra low level setting.

Change-Id: I9a4a03c981a111dc981b83f7c518d44776d34142
CRs-Fixed: 2478133
Yeshwanth Sriram Guntuka hace 5 años
padre
commit
23fd486023
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_fe_wlm.h

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

@@ -198,7 +198,7 @@
  *
  * @min: 0x0
  * @max: 0xffffffff
- * @defalut: 0xc8a
+ * @defalut: 0xc83
  *
  * |31  12|  11  |  10  |9    8|7    6|5    4|3    2|  1  |  0  |
  * +------+------+------+------+------+------+------+-----+-----+
@@ -231,7 +231,7 @@
 #define CFG_LATENCY_FLAGS_ULTLOW CFG_INI_UINT("wlm_latency_flags_ultralow",\
 					      0, \
 					      0xffffffff, \
-					      0xc8a, \
+					      0xc83, \
 					      CFG_VALUE_OR_DEFAULT, \
 					      "WLM flags for ultralow level")