Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87817
b: refs/heads/master
c: 1172899
h: refs/heads/master
i:
  87815: 4790aae
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed Mar 26, 2008
1 parent 3ee4ab6 commit b051171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6d8126f988556d593f13be32cbe60dacf19c2d2c
refs/heads/master: 1172899a30d0c26df934d63cc98241cd53fe7130
2 changes: 1 addition & 1 deletion trunk/drivers/net/e100.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ static void e100_get_defaults(struct nic *nic)

/* Template for a freshly allocated RFD */
nic->blank_rfd.command = 0;
nic->blank_rfd.rbd = 0xFFFFFFFF;
nic->blank_rfd.rbd = cpu_to_le32(0xFFFFFFFF);
nic->blank_rfd.size = cpu_to_le16(VLAN_ETH_FRAME_LEN);

/* MII setup */
Expand Down

0 comments on commit b051171

Please sign in to comment.