Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159353
b: refs/heads/master
c: 0b3acfa
h: refs/heads/master
i:
  159351: 18b5ddc
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and John W. Linville committed Aug 4, 2009
1 parent 4b181d4 commit ac544b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3fc0fbf407967fa8def04d019316553c9ca133e2
refs/heads/master: 0b3acfa71a50a1fa1fcee528aa15404ea4ea0877
5 changes: 0 additions & 5 deletions trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3152,11 +3152,6 @@ bool ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked)
return true;
}

enum ath9k_int ath9k_hw_intrget(struct ath_hw *ah)
{
return ah->mask_reg;
}

enum ath9k_int ath9k_hw_set_interrupts(struct ath_hw *ah, enum ath9k_int ints)
{
u32 omask = ah->mask_reg;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ void ath9k_hw_configpcipowersave(struct ath_hw *ah, int restore);
/* Interrupt Handling */
bool ath9k_hw_intrpend(struct ath_hw *ah);
bool ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked);
enum ath9k_int ath9k_hw_intrget(struct ath_hw *ah);
enum ath9k_int ath9k_hw_set_interrupts(struct ath_hw *ah, enum ath9k_int ints);

void ath9k_hw_btcoex_enable(struct ath_hw *ah);
Expand Down

0 comments on commit ac544b9

Please sign in to comment.