]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/commitdiff
Update to sync with latest version of PA-LLD DEV.NETAPI.01.01.00.05C
authorTinku Mannan <tmannan@ti.com>
Wed, 25 Feb 2015 22:39:16 +0000 (17:39 -0500)
committerTinku Mannan <tmannan@ti.com>
Wed, 25 Feb 2015 22:39:16 +0000 (17:39 -0500)
ti/runtime/netapi/src/netapi_init.c

index 68168e0c0dfce577d449a18c4290c758c7cd97df..eb1cf419244d72d85e10a95edb24b58988773cd4 100755 (executable)
@@ -224,7 +224,7 @@ typedef struct NETAPI_NWAL_SHM_Tag
 typedef struct NETAPI_PA_SHM_Tag
 {
 /* todo: Check if below size information can be made available from pa interface file */
-#define NETAPI_NWAL_CONFIG_BUFSIZE_PA_BUF0      256
+#define NETAPI_NWAL_CONFIG_BUFSIZE_PA_BUF0      512
 /* PA instance */
 /* Memory used for the PA Instance. Needs to be assigned global uncached memory for chip */
 uint8_t paBuf0[NETAPI_NWAL_CONFIG_BUFSIZE_PA_BUF0]ALIGN(CACHE_LINESZ);