Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85823
b: refs/heads/master
c: 5918bd8
h: refs/heads/master
i:
  85821: 71ccf63
  85819: 5a565fb
  85815: 5ae6fc3
  85807: 7a98e11
  85791: 602d2c1
  85759: 71053cf
v: v3
  • Loading branch information
Auke Kok authored and Jeff Garzik committed Feb 15, 2008
1 parent 66c7973 commit fe80c8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: fdb26629f31b898c2c4a4127c7d5c2401fb5ac60
refs/heads/master: 5918bd88effd0233a048983570ec5803f5f753dc
6 changes: 3 additions & 3 deletions trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,9 @@ static void e1000_setup_rctl(struct e1000_adapter *adapter)
else
rctl |= E1000_RCTL_LPE;

/* Enable hardware CRC frame stripping */
rctl |= E1000_RCTL_SECRC;

/* Setup buffer sizes */
rctl &= ~E1000_RCTL_SZ_4096;
rctl |= E1000_RCTL_BSEX;
Expand Down Expand Up @@ -1755,9 +1758,6 @@ static void e1000_setup_rctl(struct e1000_adapter *adapter)

/* Enable Packet split descriptors */
rctl |= E1000_RCTL_DTYP_PS;

/* Enable hardware CRC frame stripping */
rctl |= E1000_RCTL_SECRC;

psrctl |= adapter->rx_ps_bsize0 >>
E1000_PSRCTL_BSIZE0_SHIFT;
Expand Down

0 comments on commit fe80c8b

Please sign in to comment.