Explorar o código

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
Tallapragada Kalyan %!s(int64=6) %!d(string=hai) anos
pai
achega
0ef58eec14
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      wlan_cfg/cfg_dp.h

+ 4 - 0
wlan_cfg/cfg_dp.h

@@ -240,7 +240,11 @@
 
 #define WLAN_CFG_RX_RELEASE_RING_SIZE 1024
 #define WLAN_CFG_RX_RELEASE_RING_SIZE_MIN 8
+#if defined(QCA_WIFI_QCA6390)
 #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_MIN 128