~ubuntu-branches/ubuntu/raring/ipxe/raring

« back to all changes in this revision

Viewing changes to src/drivers/net/ath/ath9k/ath9k_mac.c

  • 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:
638
638
                REG_READ(ah, AR_IMR), REG_READ(ah, AR_IER));
639
639
}
640
640
 
641
 
void ath9k_hw_set_interrupts(struct ath_hw *ah, enum ath9k_int ints)
 
641
void ath9k_hw_set_interrupts(struct ath_hw *ah, unsigned int ints)
642
642
{
643
643
        enum ath9k_int omask = ah->imask;
644
644
        u32 mask, mask2;