]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
wimax/i2400m: Fix USB timeout specifications (to ms from HZ)
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Tue, 20 Oct 2009 02:09:25 +0000 (11:09 +0900)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Tue, 3 Nov 2009 20:49:37 +0000 (12:49 -0800)
commit296bd4bdd0a43c5e56ee310bcb9b4722e5d52db8
treeb28697a4970d95b6605e5c2b92e18fe7208573f0
parent5ab5a7215a0cfd40572a9f09276ebcb071ee6fb7
wimax/i2400m: Fix USB timeout specifications (to ms from HZ)

The USB code was incorrectly specifiying timeouts to be in jiffies vs
msecs. On top of that, lower it to 200ms, as 1s is really too long
(doesn't allow the watchdog to trip a reset if the device timesout too
often).

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
drivers/net/wimax/i2400m/usb-fw.c
drivers/net/wimax/i2400m/usb-rx.c
drivers/net/wimax/i2400m/usb-tx.c
drivers/net/wimax/i2400m/usb.c