Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194232
b: refs/heads/master
c: 6b5d117
h: refs/heads/master
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Apr 8, 2010
1 parent cc6290a commit e9e9bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1968cc78d91c79857089713bf3f3cceb5e9c63ae
refs/heads/master: 6b5d117eddc09cd976ad8030d715f4350f598a22
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ath/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,6 @@ ath5k_txq_cleanup(struct ath5k_softc *sc)
sc->txqs[i].link);
}
}
ieee80211_wake_queues(sc->hw); /* XXX move to callers */

for (i = 0; i < ARRAY_SIZE(sc->txqs); i++)
if (sc->txqs[i].setup)
Expand Down Expand Up @@ -2775,7 +2774,7 @@ ath5k_tasklet_calibrate(unsigned long data)
* to load new gain values.
*/
ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "calibration, resetting\n");
ath5k_reset_wake(sc);
ath5k_reset(sc, sc->curchan);
}
if (ath5k_hw_phy_calibrate(ah, sc->curchan))
ATH5K_ERR(sc, "calibration of channel %u failed\n",
Expand Down

0 comments on commit e9e9bd9

Please sign in to comment.