diff options
-rw-r--r-- | drivers/net/e1000/e1000_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index a9e55dc10c55..cc0c77c4c170 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c | |||
@@ -1806,9 +1806,6 @@ e1000_configure_rx(struct e1000_adapter *adapter) | |||
1806 | E1000_WRITE_REG(hw, RXCSUM, rxcsum); | 1806 | E1000_WRITE_REG(hw, RXCSUM, rxcsum); |
1807 | } | 1807 | } |
1808 | 1808 | ||
1809 | if (hw->mac_type == e1000_82573) | ||
1810 | E1000_WRITE_REG(hw, ERT, 0x0100); | ||
1811 | |||
1812 | /* Enable Receives */ | 1809 | /* Enable Receives */ |
1813 | E1000_WRITE_REG(hw, RCTL, rctl); | 1810 | E1000_WRITE_REG(hw, RCTL, rctl); |
1814 | } | 1811 | } |