소스 검색

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_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_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_MIN 32