~yolanda.robla/ubuntu/saucy/ipxe/ftbfs

« back to all changes in this revision

Viewing changes to src/drivers/net/ath/ath9k/mac.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-11-14 15:47:31 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20121114154731-jhuy5d1h2jw75qe9
Tags: 1.0.0+git-4.d6b0b76-0ubuntu1
* New upstream snapshot:
  - d/p/iscsi*.patch: Dropped - included in snapshot.
  - Refreshed all other patches.
* d/p/enable-https.patch: Enable HTTPS support (LP: #1025239).

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
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