Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362402
b: refs/heads/master
c: f50b1cd
h: refs/heads/master
v: v3
  • Loading branch information
Robert Shade authored and John W. Linville committed Apr 3, 2013
1 parent 2cf9502 commit 0c21299
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: 3eaa956c5b18b9c955ae5a4e6e6909cae23f38e0
refs/heads/master: f50b1cd37446ad32c432f0f73bbed67a1c076eae
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 @@ -280,6 +280,10 @@ static int ath_reset_internal(struct ath_softc *sc, struct ath9k_channel *hchan)
if (r) {
ath_err(common,
"Unable to reset channel, reset status %d\n", r);

ath9k_hw_enable_interrupts(ah);
ath9k_queue_reset(sc, RESET_TYPE_BB_HANG);

goto out;
}

Expand Down

0 comments on commit 0c21299

Please sign in to comment.