Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150144
b: refs/heads/master
c: 90ccda9
h: refs/heads/master
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed May 6, 2009
1 parent c1dea86 commit 04abb38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ca5f2e94c40b04d5dec437cd41fd5ba12aaac31
refs/heads/master: 90ccda9baccec8223ca5456fbe49adf7264d1543
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/ath/ar9170/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ static int ar9170_usb_probe(struct usb_interface *intf,
aru->common.exec_cmd = ar9170_usb_exec_cmd;
aru->common.callback_cmd = ar9170_usb_callback_cmd;

udev->reset_resume = 1;
err = ar9170_usb_reset(aru);
if (err)
goto err_freehw;
Expand Down Expand Up @@ -805,6 +806,7 @@ static struct usb_driver ar9170_driver = {
#ifdef CONFIG_PM
.suspend = ar9170_suspend,
.resume = ar9170_resume,
.reset_resume = ar9170_resume,
#endif /* CONFIG_PM */
};

Expand Down

0 comments on commit 04abb38

Please sign in to comment.