Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66533
b: refs/heads/master
c: b6e99dd
h: refs/heads/master
i:
  66531: 576aa04
v: v3
  • Loading branch information
Dan Williams authored and David S. Miller committed Oct 10, 2007
1 parent a523abf commit ed4e549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 64f104e89b2b30107a21c5f05c3e2ffa6291e129
refs/heads/master: b6e99dd6e2c5262e3c2b976d1d5f2c9405433d9a
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,8 +1044,10 @@ static void if_usb_exit_module(void)

lbs_deb_enter(LBS_DEB_MAIN);

list_for_each_entry_safe(cardp, cardp_temp, &usb_devices, list)
libertas_reset_device((wlan_private *) cardp->priv);
list_for_each_entry_safe(cardp, cardp_temp, &usb_devices, list) {
libertas_prepare_and_send_command(cardp->priv, CMD_802_11_RESET,
CMD_ACT_HALT, 0, 0, NULL);
}

/* API unregisters the driver from USB subsystem */
usb_deregister(&if_usb_driver);
Expand Down

0 comments on commit ed4e549

Please sign in to comment.