Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247215
b: refs/heads/master
c: f78eb65
h: refs/heads/master
i:
  247213: a38e644
  247211: 84c9f08
  247207: 73de028
  247199: e4025e5
v: v3
  • Loading branch information
Vivek Natarajan authored and John W. Linville committed Apr 28, 2011
1 parent 18d6145 commit db4b9a7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a6ef530f2b0bc7e871e8c2f2b2a0905eed57fead
refs/heads/master: f78eb657f067ce87e19da94138d22cde8236c7db
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,9 @@ void ath9k_hw_set_interrupts(struct ath_hw *ah, enum ath9k_int ints)
mask |= AR_IMR_GENTMR;
}

if (ints & ATH9K_INT_GENTIMER)
mask |= AR_IMR_GENTMR;

if (ints & (ATH9K_INT_BMISC)) {
mask |= AR_IMR_BCNMISC;
if (ints & ATH9K_INT_TIM)
Expand Down

0 comments on commit db4b9a7

Please sign in to comment.