rtl8188eu: Remove CONFIG_VENDOR_REQ_RETRY

This symbol is defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-25 22:09:08 -06:00
parent ad60073d21
commit 78882c82fe
2 changed files with 0 additions and 6 deletions

View file

@ -105,8 +105,6 @@
*/
#define CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC
#define CONFIG_VENDOR_REQ_RETRY
/*
* HAL Related Config
*/

View file

@ -25,12 +25,8 @@
#define RTW_USB_CONTROL_MSG_TIMEOUT_TEST 10//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 */
#define MAX_USBCTRL_VENDORREQ_TIMES 10
#else
#define MAX_USBCTRL_VENDORREQ_TIMES 1
#endif
#define RTW_USB_BULKOUT_TIMEOUT 5000//ms