usbnet: Resubmit interrupt URB if device is open
authorPaul Stewart <pstew@chromium.org>
Thu, 28 Apr 2011 05:43:37 +0000 (05:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2011 19:56:09 +0000 (12:56 -0700)
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>

No differences found