rtl8188eu: Remove CONFIG_SINGLE_XMIT_BUF - not defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 10:23:12 -05:00
parent 25fa855fea
commit 3025b4d1ac

View file

@ -25,11 +25,7 @@
#include <drv_types.h> #include <drv_types.h>
#define MAX_XMITBUF_SZ (20480) // 20k #define MAX_XMITBUF_SZ (20480) // 20k
#ifdef CONFIG_SINGLE_XMIT_BUF
#define NR_XMITBUFF (1)
#else
#define NR_XMITBUFF (4) #define NR_XMITBUFF (4)
#endif //CONFIG_SINGLE_XMIT_BUF
#define XMITBUF_ALIGN_SZ 4 #define XMITBUF_ALIGN_SZ 4