mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Remove CONFIG_VENDOR_REQ_RETRY
This symbol is defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
ad60073d21
commit
78882c82fe
2 changed files with 0 additions and 6 deletions
|
@ -105,8 +105,6 @@
|
||||||
*/
|
*/
|
||||||
#define CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC
|
#define CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC
|
||||||
|
|
||||||
#define CONFIG_VENDOR_REQ_RETRY
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* HAL Related Config
|
* HAL Related Config
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -25,12 +25,8 @@
|
||||||
#define RTW_USB_CONTROL_MSG_TIMEOUT_TEST 10//ms
|
#define RTW_USB_CONTROL_MSG_TIMEOUT_TEST 10//ms
|
||||||
#define RTW_USB_CONTROL_MSG_TIMEOUT 500//ms
|
#define RTW_USB_CONTROL_MSG_TIMEOUT 500//ms
|
||||||
|
|
||||||
#if defined(CONFIG_VENDOR_REQ_RETRY)
|
|
||||||
/* vendor req retry should be in the situation when each vendor req is atomically submitted from others */
|
/* vendor req retry should be in the situation when each vendor req is atomically submitted from others */
|
||||||
#define MAX_USBCTRL_VENDORREQ_TIMES 10
|
#define MAX_USBCTRL_VENDORREQ_TIMES 10
|
||||||
#else
|
|
||||||
#define MAX_USBCTRL_VENDORREQ_TIMES 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define RTW_USB_BULKOUT_TIMEOUT 5000//ms
|
#define RTW_USB_BULKOUT_TIMEOUT 5000//ms
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue