mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Remove CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC - defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
72ff07da57
commit
e93cc6a163
4 changed files with 0 additions and 28 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue