From 42eefef1b4bdc659fc8fc42e8f2bc74a4b155265 Mon Sep 17 00:00:00 2001 From: Tinku Mannan Date: Mon, 27 Apr 2015 15:17:43 -0400 Subject: [PATCH] SDOCM00115593: Re-size max control rx/tx buf size to sync with latest PA LLD --- ti/runtime/netapi/netapi_tune.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ti/runtime/netapi/netapi_tune.h b/ti/runtime/netapi/netapi_tune.h index e813fa3..8da5725 100755 --- a/ti/runtime/netapi/netapi_tune.h +++ b/ti/runtime/netapi/netapi_tune.h @@ -257,7 +257,7 @@ extern "C" { /// @cond INTERNAL /* PA control buffer pool (internal) */ -#define TUNE_NETAPI_CONFIG_MAX_CTL_RXTX_BUF_SIZE 632 +#define TUNE_NETAPI_CONFIG_MAX_CTL_RXTX_BUF_SIZE 2400 #define TUNE_NETAPI_CONFIG_NUM_CTL_RX_BUF 16 #define TUNE_NETAPI_CONFIG_NUM_CTL_TX_BUF 16 /// @endcond -- 2.39.2