Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232867
b: refs/heads/master
c: c7c1806
h: refs/heads/master
i:
  232865: 9320fcb
  232863: 54f0845
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed Jan 28, 2011
1 parent 506089a commit a73b10c
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 5b64aa72ead6f8be488d2be7af579f0d69fb7a6e
refs/heads/master: c7c1806098752c1f46943d8db2c69aff07f5d4bc
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,8 @@ void ath9k_deinit_device(struct ath_softc *sc)
wiphy_rfkill_stop_polling(sc->hw->wiphy);
ath_deinit_leds(sc);

ath9k_ps_restore(sc);

for (i = 0; i < sc->num_sec_wiphy; i++) {
struct ath_wiphy *aphy = sc->sec_wiphy[i];
if (aphy == NULL)
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -953,8 +953,6 @@ void ath_radio_disable(struct ath_softc *sc, struct ieee80211_hw *hw)

spin_unlock_bh(&sc->sc_pcu_lock);
ath9k_ps_restore(sc);

ath9k_setpower(sc, ATH9K_PM_FULL_SLEEP);
}

int ath_reset(struct ath_softc *sc, bool retry_tx)
Expand Down

0 comments on commit a73b10c

Please sign in to comment.