rtl8188eu: Remove CONFIG_USB_VENDOR_REQ_MUTEX

This symbol is always defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-25 22:07:13 -06:00
parent f6fb81d6a0
commit ad60073d21
6 changed files with 1 additions and 27 deletions

View file

@ -25,7 +25,7 @@
#define RTW_USB_CONTROL_MSG_TIMEOUT_TEST 10//ms
#define RTW_USB_CONTROL_MSG_TIMEOUT 500//ms
#if defined(CONFIG_VENDOR_REQ_RETRY) && defined(CONFIG_USB_VENDOR_REQ_MUTEX)
#if defined(CONFIG_VENDOR_REQ_RETRY)
/* vendor req retry should be in the situation when each vendor req is atomically submitted from others */
#define MAX_USBCTRL_VENDORREQ_TIMES 10
#else