From 737949c68503fa947cf807b63fff6c693219debb Mon Sep 17 00:00:00 2001 From: Ruben Columbus Date: Thu, 23 Sep 2021 11:10:23 -0700 Subject: [PATCH] qcacmn: change credit ring size max value to 512 credit ring size max value from 32 to 512 Change-Id: Ic02e2522a4772445946d1e746a6791907bdce17e --- wlan_cfg/cfg_dp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wlan_cfg/cfg_dp.h b/wlan_cfg/cfg_dp.h index 0947d739c0..08ad8716c0 100644 --- a/wlan_cfg/cfg_dp.h +++ b/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