Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b926d6b31e2dd8f1bc21a9576aff0e486e21d32a
Commit:     b926d6b31e2dd8f1bc21a9576aff0e486e21d32a
Parent:     d9f88705a7ce2f9ef13d6656ee715493a663edfc
Author:     David Woodhouse <[EMAIL PROTECTED]>
AuthorDate: Thu Dec 13 21:53:16 2007 -0500
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:07:26 2008 -0800

    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 <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/libertas/if_usb.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/net/wireless/libertas/if_usb.c 
b/drivers/net/wireless/libertas/if_usb.c
index 8191416..25925bd 100644
--- a/drivers/net/wireless/libertas/if_usb.c
+++ b/drivers/net/wireless/libertas/if_usb.c
@@ -278,16 +278,11 @@ static void if_usb_disconnect(struct usb_interface *intf)
        cardp->surprise_removed = 1;
 
        if (priv) {
-
                priv->surpriseremoved = 1;
                lbs_stop_card(priv);
                lbs_remove_card(priv);
        }
 
-       /* this is (apparently?) necessary for future usage of the device */
-       lbs_prepare_and_send_command(priv, CMD_802_11_RESET, CMD_ACT_HALT,
-                       0, 0, NULL);
-
        /* Unlink and free urb */
        if_usb_free(cardp);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to