qcacmn: change credit ring size max value to 512

credit ring size max value from 32 to 512

Change-Id: Ic02e2522a4772445946d1e746a6791907bdce17e
This commit is contained in:
Ruben Columbus
2021-09-23 11:10:23 -07:00
committad av Madan Koyyalamudi
förälder 851b1f68c0
incheckning 737949c685

Visa fil

@@ -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