Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315269
b: refs/heads/master
c: c12b602
h: refs/heads/master
i:
  315267: 288ece1
v: v3
  • Loading branch information
Gabor Juhos authored and John W. Linville committed Jul 9, 2012
1 parent 7c56062 commit 246949c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: fc05a3178476695603c25b6be8c28e8457df0cc2
refs/heads/master: c12b60214c546645e2e7f659ab6614cc506536b3
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ static void ath_restart_work(struct ath_softc *sc)

ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work, 0);

if (AR_SREV_9485(sc->sc_ah) || AR_SREV_9340(sc->sc_ah))
if (AR_SREV_9340(sc->sc_ah) || AR_SREV_9485(sc->sc_ah) ||
AR_SREV_9550(sc->sc_ah))
ieee80211_queue_delayed_work(sc->hw, &sc->hw_pll_work,
msecs_to_jiffies(ATH_PLL_WORK_INTERVAL));

Expand Down

0 comments on commit 246949c

Please sign in to comment.