Skip to content

Commit

Permalink
[NET]: kaweth was forgotten in msec switchover of usb_start_wait_urb
Browse files Browse the repository at this point in the history
Back in 2.6.12-pre, usb_start_wait_urb was switched over to take
milliseconds instead of jiffies. kaweth.c was never updated to match.

Signed-off-by: Russ Dill <Russ.Dill@asu.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Russ Dill authored and David S. Miller committed Jan 9, 2008
1 parent 2042465 commit 2b2b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/usb/kaweth.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#define KAWETH_TX_TIMEOUT (5 * HZ)
#define KAWETH_SCRATCH_SIZE 32
#define KAWETH_FIRMWARE_BUF_SIZE 4096
#define KAWETH_CONTROL_TIMEOUT (30 * HZ)
#define KAWETH_CONTROL_TIMEOUT (30000)

#define KAWETH_STATUS_BROKEN 0x0000001
#define KAWETH_STATUS_CLOSING 0x0000002
Expand Down

0 comments on commit 2b2b2e3

Please sign in to comment.