Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32179
b: refs/heads/master
c: 7dfee0c
h: refs/heads/master
i:
  32177: 784ede2
  32175: 9f9b44b
v: v3
  • Loading branch information
Auke Kok authored and Auke Kok committed Jun 27, 2006
1 parent b1ef90c commit 98dd697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 4ca213a6957318219822c024c8e4c61b3e42a7dc
refs/heads/master: 7dfee0cb1d506897805b663dd95e9651619a4d4d
5 changes: 1 addition & 4 deletions trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1628,9 +1628,6 @@ e1000_setup_rctl(struct e1000_adapter *adapter)
E1000_RCTL_LBM_NO | E1000_RCTL_RDMTS_HALF |
(adapter->hw.mc_filter_type << E1000_RCTL_MO_SHIFT);

if (adapter->hw.mac_type > e1000_82543)
rctl |= E1000_RCTL_SECRC;

if (adapter->hw.tbi_compatibility_on == 1)
rctl |= E1000_RCTL_SBP;
else
Expand Down Expand Up @@ -1696,7 +1693,7 @@ e1000_setup_rctl(struct e1000_adapter *adapter)
rfctl |= E1000_RFCTL_IPV6_DIS;
E1000_WRITE_REG(&adapter->hw, RFCTL, rfctl);

rctl |= E1000_RCTL_DTYP_PS | E1000_RCTL_SECRC;
rctl |= E1000_RCTL_DTYP_PS;

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

0 comments on commit 98dd697

Please sign in to comment.