From f83ce5782f8e9a52f3f0d07ad2946070c77d6460 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Thu, 26 Feb 2015 14:09:23 -0600 Subject: [PATCH] rtl8188eu: Remove CONFIG_MINIMAL_MEMORY_USAGE It was not defined. Signed-off-by: Larry Finger --- include/autoconf.h | 6 ++---- include/rtl8192c_recv.h | 15 +++++---------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/include/autoconf.h b/include/autoconf.h index a30b12e..915447f 100755 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -85,10 +85,8 @@ * Interface Related Config */ -#ifndef CONFIG_MINIMAL_MEMORY_USAGE - #define CONFIG_USB_TX_AGGREGATION - #define CONFIG_USB_RX_AGGREGATION -#endif +#define CONFIG_USB_TX_AGGREGATION +#define CONFIG_USB_RX_AGGREGATION #define CONFIG_PREALLOC_RECV_SKB diff --git a/include/rtl8192c_recv.h b/include/rtl8192c_recv.h index c3295c9..9fc2172 100755 --- a/include/rtl8192c_recv.h +++ b/include/rtl8192c_recv.h @@ -45,16 +45,11 @@ #define RECV_BLK_CNT 16 #define RECV_BLK_TH RECV_BLK_CNT - #ifndef CONFIG_MINIMAL_MEMORY_USAGE - #ifdef CONFIG_PLATFORM_MSTAR - #define MAX_RECVBUF_SZ (8192) // 8K - #else - #define MAX_RECVBUF_SZ (15360) // 15k < 16k - #endif - //#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k - #else - #define MAX_RECVBUF_SZ (4000) // about 4K - #endif +#ifdef CONFIG_PLATFORM_MSTAR + #define MAX_RECVBUF_SZ (8192) // 8K +#else +#define MAX_RECVBUF_SZ (15360) // 15k < 16k +#endif #define RECV_BULK_IN_ADDR 0x80 #define RECV_INT_IN_ADDR 0x81