Kaynağa Gözat

qcacld-3.0: Enable WLM feature by default

Set wlm_latency_enable=1 to enable vdev latency manager feature
by default.

Change-Id: Iee5a4f386bad649be86a299c6816c7802c73992c
CRs-Fixed: 2369989
Rajeev Kumar Sirasanagandla 6 yıl önce
ebeveyn
işleme
14fa966039

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

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -37,7 +37,7 @@
  * </ini>
  */
 #define CFG_LATENCY_ENABLE CFG_INI_BOOL("wlm_latency_enable", \
-					0, \
+					1, \
 					"WLM latency Enable")
 
 /*