From b06c25ee0948541c818fe996fbca017ad6cce9e4 Mon Sep 17 00:00:00 2001 From: Guisen Yang Date: Thu, 4 Feb 2021 16:12:08 +0800 Subject: [PATCH] qcacmn: Reduce the value of WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN Change the value of WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN from 4096 to 1024, so that the rx descriptor number can be configured in the config file of target. Change-Id: Iedbbf3cbbfd92dc3d955e0e67aac362afbabed45 CRs-Fixed: 2862285 --- wlan_cfg/cfg_dp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlan_cfg/cfg_dp.h b/wlan_cfg/cfg_dp.h index 6580a28116..d82d2917ac 100644 --- a/wlan_cfg/cfg_dp.h +++ b/wlan_cfg/cfg_dp.h @@ -341,7 +341,7 @@ #define WLAN_CFG_RX_SW_DESC_WEIGHT_SIZE_MIN 1 #define WLAN_CFG_RX_SW_DESC_WEIGHT_SIZE_MAX 1 #define WLAN_CFG_RX_SW_DESC_NUM_SIZE 4096 -#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN 4096 +#define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MIN 1024 #define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MAX 4096 /**