From: soohoon@f5.com
Date: Wed, 29 Jun 2016 15:07:21 -0400
> When MTU is changed unlink_urbs() flushes RX Q but mean while usbnet_bh()
> can fill up the Q at the same time.
> Depends on which HCD is down there unlink takes long time then the flush
> never ends.
>
> Signed-off-by: Soohoon Lee
When MTU is changed unlink_urbs() flushes RX Q but mean while usbnet_bh()
can fill up the Q at the same time.
Depends on which HCD is down there unlink takes long time then the flush
never ends.
Signed-off-by: Soohoon Lee
Reviewed-by: Kimball Murray
---
drivers/net/usb/usbnet.c | 10 +