Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254665
b: refs/heads/master
c: c31eb8e
h: refs/heads/master
i:
  254663: 191a4c6
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed Jun 29, 2011
1 parent bb93b81 commit 9816412
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 5ee0a58d8ca443e80ed8712c86c9938360b79cac
refs/heads/master: c31eb8e926835582cd186b33a7a864880a4c0c79
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ static int ath_pci_suspend(struct device *device)

ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin, 1);

/* The device has to be moved to FULLSLEEP forcibly.
* Otherwise the chip never moved to full sleep,
* when no interface is up.
*/
ath9k_hw_setpower(sc->sc_ah, ATH9K_PM_FULL_SLEEP);

return 0;
}

Expand Down

0 comments on commit 9816412

Please sign in to comment.