|
@@ -668,7 +668,6 @@ enum ath9k_key_type {
|
668
|
668
|
|
669
|
669
|
struct ath_hw;
|
670
|
670
|
struct ath9k_channel;
|
671
|
|
-enum ath9k_int;
|
672
|
671
|
|
673
|
672
|
u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q);
|
674
|
673
|
void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp);
|
|
@@ -699,7 +698,7 @@ int ath9k_hw_stopdmarecv(struct ath_hw *ah, int *reset);
|
699
|
698
|
|
700
|
699
|
/* Interrupt Handling */
|
701
|
700
|
int ath9k_hw_intrpend(struct ath_hw *ah);
|
702
|
|
-void ath9k_hw_set_interrupts(struct ath_hw *ah, enum ath9k_int ints);
|
|
701
|
+void ath9k_hw_set_interrupts(struct ath_hw *ah, unsigned int ints);
|
703
|
702
|
void ath9k_hw_enable_interrupts(struct ath_hw *ah);
|
704
|
703
|
void ath9k_hw_disable_interrupts(struct ath_hw *ah);
|
705
|
704
|
|