Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66666
b: refs/heads/master
c: 53c03f5
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Oct 10, 2007
1 parent f93bb79 commit 544406b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: b1eab70130fd60082cce11caba14fe8c99a018e9
refs/heads/master: 53c03f5c9e3c05a2484ad6bb1d88c0aa54befa47
16 changes: 8 additions & 8 deletions trunk/drivers/net/via-rhine.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,16 +335,16 @@ enum wol_bits {

/* The Rx and Tx buffer descriptors. */
struct rx_desc {
s32 rx_status;
u32 desc_length; /* Chain flag, Buffer/frame length */
u32 addr;
u32 next_desc;
__le32 rx_status;
__le32 desc_length; /* Chain flag, Buffer/frame length */
__le32 addr;
__le32 next_desc;
};
struct tx_desc {
s32 tx_status;
u32 desc_length; /* Chain flag, Tx Config, Frame length */
u32 addr;
u32 next_desc;
__le32 tx_status;
__le32 desc_length; /* Chain flag, Tx Config, Frame length */
__le32 addr;
__le32 next_desc;
};

/* Initial value for tx_desc.desc_length, Buffer size goes to bits 0-10 */
Expand Down

0 comments on commit 544406b

Please sign in to comment.