Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183597
b: refs/heads/master
c: cc9c378
h: refs/heads/master
i:
  183595: b83fdac
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Jan 12, 2010
1 parent 045b736 commit 0fba798
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 285f2ddae03ca207877262f5a9dbd9cddd8b3913
refs/heads/master: cc9c378aa57817003a094e4bb9a953337ebf035a
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,8 @@ int ath_reset(struct ath_softc *sc, bool retry_tx)
/* Stop ANI */
del_timer_sync(&common->ani.timer);

ieee80211_stop_queues(hw);

ath9k_hw_set_interrupts(ah, 0);
ath_drain_all_txq(sc, retry_tx);
ath_stoprecv(sc);
Expand Down Expand Up @@ -985,6 +987,8 @@ int ath_reset(struct ath_softc *sc, bool retry_tx)
}
}

ieee80211_wake_queues(hw);

/* Start ANI */
ath_start_ani(common);

Expand Down

0 comments on commit 0fba798

Please sign in to comment.