Эх сурвалжийг харах

qcacmn: change credit ring size max value to 512

credit ring size max value from 32 to 512

Change-Id: Ic02e2522a4772445946d1e746a6791907bdce17e
Ruben Columbus 3 жил өмнө
parent
commit
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