Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243693
b: refs/heads/master
c: f62d816
h: refs/heads/master
i:
  243691: 09668ce
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Mar 28, 2011
1 parent bcc65e5 commit 9af949a
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 4dc217df68a17a57f8464c74c1b4785e40bddf77
refs/heads/master: f62d816fc4324afbb7cf90110c70b6a14139b225
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,8 @@ static int ath9k_start(struct ieee80211_hw *hw)
"Starting driver with initial channel: %d MHz\n",
curchan->center_freq);

ath9k_ps_wakeup(sc);

mutex_lock(&sc->mutex);

/* setup initial channel */
Expand Down Expand Up @@ -1143,6 +1145,8 @@ static int ath9k_start(struct ieee80211_hw *hw)
mutex_unlock:
mutex_unlock(&sc->mutex);

ath9k_ps_restore(sc);

return r;
}

Expand Down

0 comments on commit 9af949a

Please sign in to comment.