瀏覽代碼

qcacmn: change credit ring size max value to 512

credit ring size max value from 32 to 512

Change-Id: Ic02e2522a4772445946d1e746a6791907bdce17e
Ruben Columbus 3 年之前
父節點
當前提交
737949c685
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      wlan_cfg/cfg_dp.h

+ 2 - 2
wlan_cfg/cfg_dp.h

@@ -258,9 +258,9 @@
 #define WLAN_CFG_WBM_RELEASE_RING_SIZE_MIN 64
 #define WLAN_CFG_WBM_RELEASE_RING_SIZE_MIN 64
 #define WLAN_CFG_WBM_RELEASE_RING_SIZE_MAX 1024
 #define WLAN_CFG_WBM_RELEASE_RING_SIZE_MAX 1024
 
 
-#define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE 32
+#define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE 512
 #define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE_MIN 32
 #define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE_MIN 32
-#define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE_MAX 32
+#define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE_MAX 512
 
 
 #define WLAN_CFG_TCL_STATUS_RING_SIZE 32
 #define WLAN_CFG_TCL_STATUS_RING_SIZE 32
 #define WLAN_CFG_TCL_STATUS_RING_SIZE_MIN 32
 #define WLAN_CFG_TCL_STATUS_RING_SIZE_MIN 32