Skip to content
Commit 43daa96b authored by Soohoon Lee's avatar Soohoon Lee Committed by David S. Miller
Browse files

usbnet: Stop RX Q on MTU change



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: default avatarSoohoon Lee <soohoon.lee@f5.com>
Reviewed-by: default avatarKimball Murray <kmurray@f5.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fedbb6b4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment