Explorar o código

qcacmn: Reduce memory used by rx error ring history

reduce the memory used by rx error ring history.

Change-Id: I5f4113af799bb57c5545893130acd4cf8e4db024
CRs-Fixed: 2807711
sandhu %!s(int64=4) %!d(string=hai) anos
pai
achega
4e87b183a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dp/wifi3.0/dp_types.h

+ 1 - 1
dp/wifi3.0/dp_types.h

@@ -1095,7 +1095,7 @@ struct rx_buff_pool {
  * value being power of 2.
  */
 #define DP_RX_HIST_MAX 2048
-#define DP_RX_ERR_HIST_MAX 4096
+#define DP_RX_ERR_HIST_MAX 2048
 #define DP_RX_REINJECT_HIST_MAX 1024
 
 QDF_COMPILE_TIME_ASSERT(rx_history_size,