|
@@ -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)
|
|
@@ -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",
|