rtl8188eu: Remove CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC

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:21:19 -06:00
parent 51e00090df
commit 32c09fed58
4 changed files with 2 additions and 30 deletions

View file

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

View file

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