瀏覽代碼

qcacld-3.0: Change max value of gEnableDynamicDTIM

In the current code, maximum possible value of gEnableDynamicDTIM is 5,
but for power save testing there is requirement to increase it by 4.
Accordingly, CFG_ENABLE_DYNAMIC_DTIM_MAX is changed to 9.

Change-Id: I93b8356bc703c3d1d4fa1a89601056cbd3c8b262
CRs-Fixed: 1079163
Rajeev Kumar Sirasanagandla 8 年之前
父節點
當前提交
4a716ad992
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/hdd/inc/wlan_hdd_cfg.h

+ 1 - 1
core/hdd/inc/wlan_hdd_cfg.h

@@ -1399,7 +1399,7 @@ typedef enum {
  *          switch DTIM1 when host resumes */
 #define CFG_ENABLE_DYNAMIC_DTIM_NAME            "gEnableDynamicDTIM"
 #define CFG_ENABLE_DYNAMIC_DTIM_MIN        (0)
-#define CFG_ENABLE_DYNAMIC_DTIM_MAX        (5)
+#define CFG_ENABLE_DYNAMIC_DTIM_MAX        (9)
 #define CFG_ENABLE_DYNAMIC_DTIM_DEFAULT    (0)
 
 /*