diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index a3be8add56e1..f7dfcdf508ce 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c | |||
@@ -266,7 +266,7 @@ static bool ath_complete_reset(struct ath_softc *sc, bool start) | |||
266 | } | 266 | } |
267 | work: | 267 | work: |
268 | ath_restart_work(sc); | 268 | ath_restart_work(sc); |
269 | ath_txq_schedule_all(sc); | 269 | ath_txq_schedule(sc); |
270 | } | 270 | } |
271 | 271 | ||
272 | sc->gtt_cnt = 0; | 272 | sc->gtt_cnt = 0; |