Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58403
b: refs/heads/master
c: 6cccd6e
h: refs/heads/master
i:
  58401: 843a37b
  58399: c798f33
v: v3
  • Loading branch information
Rolf Eike Beer authored and Jeff Garzik committed Jul 9, 2007
1 parent 4ad4196 commit ff7b661
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: e9f63f30863fd778a5329e93c7e2208b9bcb5b79
refs/heads/master: 6cccd6e7a261263cdf06576bd1b241be575638b6
12 changes: 6 additions & 6 deletions trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,15 +362,15 @@ enum desc_status_bit {
#define RsvdMask 0x3fffc000

struct TxDesc {
u32 opts1;
u32 opts2;
u64 addr;
__le32 opts1;
__le32 opts2;
__le64 addr;
};

struct RxDesc {
u32 opts1;
u32 opts2;
u64 addr;
__le32 opts1;
__le32 opts2;
__le64 addr;
};

struct ring_info {
Expand Down

0 comments on commit ff7b661

Please sign in to comment.