aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath/ath9k/xmit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/xmit.c b/drivers/net/wireless/ath/ath9k/xmit.c
index a8620b1d091b..2a4efcbced60 100644
--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
@@ -2079,7 +2079,9 @@ static void ath_tx_complete_poll_work(struct work_struct *work)
2079 if (needreset) { 2079 if (needreset) {
2080 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_RESET, 2080 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_RESET,
2081 "tx hung, resetting the chip\n"); 2081 "tx hung, resetting the chip\n");
2082 ath9k_ps_wakeup(sc);
2082 ath_reset(sc, false); 2083 ath_reset(sc, false);
2084 ath9k_ps_restore(sc);
2083 } 2085 }
2084 2086
2085 ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work, 2087 ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work,