Re: [PATCH net-next] r8152: increase the tx timeout

2014-07-08 Thread David Miller
From: Hayes Wang Date: Thu, 3 Jul 2014 11:55:48 +0800 > When the system is too busy to complete the urb, the tx timout function > would be called. This causes the other tx urbs would be killed, too. > Increase the tx timeout to avoid it. > > Signed-off-by: Hayes Wang Applied, thank you. -- To

[PATCH net-next] r8152: increase the tx timeout

2014-07-02 Thread Hayes Wang
When the system is too busy to complete the urb, the tx timout function would be called. This causes the other tx urbs would be killed, too. Increase the tx timeout to avoid it. Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi