commit | 43daa96b166c3cf5ff30dfac0c5efa2620e4beab | [log] [tgz] |
---|---|---|
author | Soohoon Lee <Soohoon.Lee@f5.com> | Wed Jun 29 15:07:21 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 30 09:05:05 2016 -0400 |
tree | 56feb59ab0b7389f6a68eba14763db87d7d4b184 | |
parent | fedbb6b4ff341c1e2120f4ffbf367fd78ac3e8f3 [diff] |
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: Soohoon Lee <soohoon.lee@f5.com> Reviewed-by: Kimball Murray <kmurray@f5.com> Signed-off-by: David S. Miller <davem@davemloft.net>