Browse Source

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
Guisen Yang 4 years ago
parent
commit
b06c25ee09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wlan_cfg/cfg_dp.h

+ 1 - 1
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_MIN 1
 #define WLAN_CFG_RX_SW_DESC_WEIGHT_SIZE_MAX 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 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
 #define WLAN_CFG_RX_SW_DESC_NUM_SIZE_MAX 4096
 
 
 /**
 /**