From 1f1acf59c92e3402246899abc3a2daa001d649ad Mon Sep 17 00:00:00 2001 From: Karunakar Dasineni Date: Thu, 27 Dec 2018 09:27:46 -0800 Subject: [PATCH] qcacmn: Increase max size of REO status ring Increase maximum allowed size of REO status ring to 2048. Change-Id: I1b85d7f2154a50a5b69eccec3fb5139a9e2d686b --- wlan_cfg/cfg_dp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wlan_cfg/cfg_dp.h b/wlan_cfg/cfg_dp.h index d893c6f757..00e1a31717 100644 --- a/wlan_cfg/cfg_dp.h +++ b/wlan_cfg/cfg_dp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -252,7 +252,7 @@ #define WLAN_CFG_REO_STATUS_RING_SIZE 256 #define WLAN_CFG_REO_STATUS_RING_SIZE_MIN 128 -#define WLAN_CFG_REO_STATUS_RING_SIZE_MAX 256 +#define WLAN_CFG_REO_STATUS_RING_SIZE_MAX 2048 #define WLAN_CFG_RXDMA_BUF_RING_SIZE 1024 #define WLAN_CFG_RXDMA_BUF_RING_SIZE_MIN 1024