소스 검색

qcacld-3.0: Increase max limit -gEnableDynamicDTIM

Increase max limit to value 10 for INI gEnableDynamicDTIM.

Change-Id: I91cbe24bd37818a65c9678c89c482a059ff1e37e
CRs-Fixed: 2536749
Rachit Kankane 5 년 전
부모
커밋
8bb26e3ea5
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      components/pmo/dispatcher/inc/wlan_pmo_common_cfg.h

+ 3 - 3
components/pmo/dispatcher/inc/wlan_pmo_common_cfg.h

@@ -116,13 +116,13 @@
  * <ini>
  * gEnableDynamicDTIM - Enable Dynamic DTIM
  * @Min: 0
- * @Max: 9
+ * @Max: 10
  * @Default: 0
  *
  * This ini is used to enable/disable dynamic DTIM.
  *
  * 0 - Disable Dynamic DTIM
- * 1 to 5 - SLM will switch to DTIM specified here when host suspends and
+ * 1 to 10 - SLM will switch to DTIM specified here when host suspends and
  *          switch DTIM1 when host resumes
  *
  * Usage: External
@@ -132,7 +132,7 @@
 #define CFG_PMO_ENABLE_DYNAMIC_DTIM CFG_INI_UINT( \
 	"gEnableDynamicDTIM", \
 	0, \
-	9, \
+	10, \
 	0, \
 	CFG_VALUE_OR_DEFAULT, \
 	"Enable Dynamic DTIM")