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
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user