~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to drivers/net/wireless/ath/ath9k/ar9003_mac.h

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        u32 ctl20;  /* DMA control 20 */
93
93
        u32 ctl21;  /* DMA control 21 */
94
94
        u32 ctl22;  /* DMA control 22 */
95
 
        u32 pad[9]; /* pad to cache line (128 bytes/32 dwords) */
 
95
        u32 ctl23;  /* DMA control 23 */
 
96
        u32 pad[8]; /* pad to cache line (128 bytes/32 dwords) */
96
97
} __packed __aligned(4);
97
98
 
98
99
struct ar9003_txs {
118
119
void ath9k_hw_reset_txstatus_ring(struct ath_hw *ah);
119
120
void ath9k_hw_setup_statusring(struct ath_hw *ah, void *ts_start,
120
121
                               u32 ts_paddr_start,
121
 
                               u8 size);
 
122
                               u16 size);
122
123
#endif