commit | 68972efa657040f891c7eda07c7da8c8dd576788 | [log] [tgz] |
---|---|---|
author | Paul Stewart <pstew@chromium.org> | Thu Apr 28 05:43:37 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 28 12:56:09 2011 -0700 |
tree | 56e451d2101c37802fa043e41f55b8b5daad6b82 | |
parent | 7833aa05b8db63484b43b4b4c389cd4533140afb [diff] |
usbnet: Resubmit interrupt URB if device is open Resubmit interrupt URB if device is open. Use a flag set in usbnet_open() to determine this state. Also kill and free interrupt URB in usbnet_disconnect(). [Rebased off git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git] Signed-off-by: Paul Stewart <pstew@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>