mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-01-19 12:16:39 +00:00
rtl8188eu: Remove CONFIG_SINGLE_XMIT_BUF - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
25fa855fea
commit
3025b4d1ac
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue