rtl8188eu: Remove CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC - defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 18:25:04 -05:00
parent 72ff07da57
commit e93cc6a163
4 changed files with 0 additions and 28 deletions

View file

@ -56,12 +56,6 @@
#define CONFIG_PREALLOC_RECV_SKB
/*
* USB VENDOR REQ BUFFER ALLOCATION METHOD
* if not set we'll use function local variable (stack memory)
*/
#define CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC
#define CONFIG_VENDOR_REQ_RETRY
/*

View file

@ -207,10 +207,8 @@ struct dvobj_priv
_sema usb_suspend_sema;
_mutex usb_vendor_req_mutex;
#ifdef CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC
u8 * usb_alloc_vendor_req_buf;
u8 * usb_vendor_req_buf;
#endif
struct usb_interface *pusbintf;
struct usb_device *pusbdev;