mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-13 00:32:24 +00:00
rtl8188eu: Remove CONFIG_MINIMAL_MEMORY_USAGE
It was not defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
42a1d09fe1
commit
f83ce5782f
2 changed files with 7 additions and 14 deletions
|
@ -85,10 +85,8 @@
|
||||||
* Interface Related Config
|
* Interface Related Config
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIG_MINIMAL_MEMORY_USAGE
|
#define CONFIG_USB_TX_AGGREGATION
|
||||||
#define CONFIG_USB_TX_AGGREGATION
|
#define CONFIG_USB_RX_AGGREGATION
|
||||||
#define CONFIG_USB_RX_AGGREGATION
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define CONFIG_PREALLOC_RECV_SKB
|
#define CONFIG_PREALLOC_RECV_SKB
|
||||||
|
|
||||||
|
|
|
@ -45,16 +45,11 @@
|
||||||
#define RECV_BLK_CNT 16
|
#define RECV_BLK_CNT 16
|
||||||
#define RECV_BLK_TH RECV_BLK_CNT
|
#define RECV_BLK_TH RECV_BLK_CNT
|
||||||
|
|
||||||
#ifndef CONFIG_MINIMAL_MEMORY_USAGE
|
#ifdef CONFIG_PLATFORM_MSTAR
|
||||||
#ifdef CONFIG_PLATFORM_MSTAR
|
#define MAX_RECVBUF_SZ (8192) // 8K
|
||||||
#define MAX_RECVBUF_SZ (8192) // 8K
|
#else
|
||||||
#else
|
#define MAX_RECVBUF_SZ (15360) // 15k < 16k
|
||||||
#define MAX_RECVBUF_SZ (15360) // 15k < 16k
|
#endif
|
||||||
#endif
|
|
||||||
//#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k
|
|
||||||
#else
|
|
||||||
#define MAX_RECVBUF_SZ (4000) // about 4K
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define RECV_BULK_IN_ADDR 0x80
|
#define RECV_BULK_IN_ADDR 0x80
|
||||||
#define RECV_INT_IN_ADDR 0x81
|
#define RECV_INT_IN_ADDR 0x81
|
||||||
|
|
Loading…
Reference in a new issue