libertas: stop attempting to reset devices on unload
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 14 Dec 2007 02:53:16 +0000 (21:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:07:26 +0000 (15:07 -0800)
commitb926d6b31e2dd8f1bc21a9576aff0e486e21d32a
treeb78ca8939ce2ff8c74804e4b46cb76a7ead7296a
parentd9f88705a7ce2f9ef13d6656ee715493a663edfc
libertas: stop attempting to reset devices on unload

It wasn't working anyway -- by the time we get into if_usb_disconnect()
the USB core has already stopped us talking to the thing; even if it's
just on unload and the device still exists.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/if_usb.c