|
@@ -2079,7 +2079,9 @@ static void ath_tx_complete_poll_work(struct work_struct *work)
|
|
if (needreset) {
|
|
if (needreset) {
|
|
ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_RESET,
|
|
ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_RESET,
|
|
"tx hung, resetting the chip\n");
|
|
"tx hung, resetting the chip\n");
|
|
|
|
+ ath9k_ps_wakeup(sc);
|
|
ath_reset(sc, false);
|
|
ath_reset(sc, false);
|
|
|
|
+ ath9k_ps_restore(sc);
|
|
}
|
|
}
|
|
|
|
|
|
ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work,
|
|
ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work,
|