[PATCH] rt2x00: Increase rt2x00usb_vendor_request timeout.
authorIvo van Doorn <ivdoorn@gmail.com>
Tue, 25 Sep 2007 18:54:20 +0000 (20:54 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:02 +0000 (16:53 -0700)
By increasing the timeout for rt2x00usb_vendor_request,
we should limit the number of loops required to send
a signal to the device succefully.
500ms timeout is specified by the Ralink legacy drivers
for rt2500usb. For rt73usb 1000ms is specified, but that
includes the timeout for the firmware which is already
specified in a different define.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found