qcacmn: Increase the MAX limit of RX Release Ring to 8192
Increase the MAX limit of RX Release ring from 1024 to 8192 Change-Id: I45a4bac2b91b0400fc4acc7cb236f38276a4e0b2
This commit is contained in:

committed by
nshrivas

parent
445a3a5889
commit
0ef58eec14
@@ -240,7 +240,11 @@
|
|||||||
|
|
||||||
#define WLAN_CFG_RX_RELEASE_RING_SIZE 1024
|
#define WLAN_CFG_RX_RELEASE_RING_SIZE 1024
|
||||||
#define WLAN_CFG_RX_RELEASE_RING_SIZE_MIN 8
|
#define WLAN_CFG_RX_RELEASE_RING_SIZE_MIN 8
|
||||||
|
#if defined(QCA_WIFI_QCA6390)
|
||||||
#define WLAN_CFG_RX_RELEASE_RING_SIZE_MAX 1024
|
#define WLAN_CFG_RX_RELEASE_RING_SIZE_MAX 1024
|
||||||
|
#else
|
||||||
|
#define WLAN_CFG_RX_RELEASE_RING_SIZE_MAX 8192
|
||||||
|
#endif
|
||||||
|
|
||||||
#define WLAN_CFG_REO_EXCEPTION_RING_SIZE 128
|
#define WLAN_CFG_REO_EXCEPTION_RING_SIZE 128
|
||||||
#define WLAN_CFG_REO_EXCEPTION_RING_SIZE_MIN 128
|
#define WLAN_CFG_REO_EXCEPTION_RING_SIZE_MIN 128
|
||||||
|
Reference in New Issue
Block a user