From: Soohoon Lee
Date: Fri, 24 Jun 2016 00:30:16 +
>
> 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
diff --git a/drivers/net/usb/usbnet.c b/dr