mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
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:
parent
f6fb81d6a0
commit
ad60073d21
6 changed files with 1 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue