Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170923
b: refs/heads/master
c: 332c556
h: refs/heads/master
i:
  170921: d4f87a1
  170919: d7ea258
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Oct 27, 2009
1 parent 7011e37 commit e5f256f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c0bbd57679efc2350703a1c0f3fc624cbcaba55f
refs/heads/master: 332c556633b8c5fb4e890b1783122f2315526590
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -2079,7 +2079,9 @@ static void ath_tx_complete_poll_work(struct work_struct *work)
if (needreset) {
ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_RESET,
"tx hung, resetting the chip\n");
ath9k_ps_wakeup(sc);
ath_reset(sc, false);
ath9k_ps_restore(sc);
}

ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work,
Expand Down

0 comments on commit e5f256f

Please sign in to comment.