rtl8188eu: Remove CONFIG_USB_RX_AGGREGATION

This parameter is always defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 00:06:51 -05:00
parent eebbb9babd
commit fd62ad44a9
4 changed files with 11 additions and 32 deletions

View file

@ -85,8 +85,6 @@
* Interface Related Config
*/
#define CONFIG_USB_RX_AGGREGATION
#define CONFIG_PREALLOC_RECV_SKB
/*
@ -123,7 +121,6 @@
#ifdef CONFIG_MP_INCLUDED
#define MP_DRIVER 1
#define CONFIG_MP_IWPRIV_SUPPORT
//#undef CONFIG_USB_RX_AGGREGATION
#else
#define MP_DRIVER 0
#endif