rtl8188eu: Remove CONFIG_PREALLOC_RECV_SKB

This symbol is always defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-27 20:17:55 -06:00
parent d264b3ae00
commit 51e00090df
3 changed files with 1 additions and 34 deletions

View file

@ -76,12 +76,6 @@
#define CONFIG_BR_EXT_BRNAME "br0"
#endif // CONFIG_BR_EXT
/*
* Interface Related Config
*/
#define CONFIG_PREALLOC_RECV_SKB
/*
* USB VENDOR REQ BUFFER ALLOCATION METHOD
* if not set we'll use function local variable (stack memory)