Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215104
b: refs/heads/master
c: edbe407
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Oct 7, 2010
1 parent 6622945 commit 486f339
Show file tree
Hide file tree
Showing 59 changed files with 800 additions and 1,096 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: cf9768d6a3f901b00fc9d8ecdf8e506d7cbcae99
refs/heads/master: edbe4073a84713c1c01a3f37fb880f151d0a5b68
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/ath/ath.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,12 @@ enum ath_cipher {
* @read: Register read
* @write: Register write
* @enable_write_buffer: Enable multiple register writes
* @disable_write_buffer: Disable multiple register writes
* @write_flush: Flush buffered register writes
* @write_flush: flush buffered register writes and disable buffering
*/
struct ath_ops {
unsigned int (*read)(void *, u32 reg_offset);
void (*write)(void *, u32 val, u32 reg_offset);
void (*enable_write_buffer)(void *);
void (*disable_write_buffer)(void *);
void (*write_flush) (void *);
};

Expand Down
Loading

0 comments on commit 486f339

Please sign in to comment.