Skip to content

Commit 1fc06b0

Browse files
bwallanJeff Kirsher
authored andcommitted
e1000e: enable EEE by default
Now that IEEE802.3az-2010 Energy Efficient Ethernet has been approved as standard (September 2010) and the driver can enable and disable it via ethtool, enable the feature by default on parts which support it. Signed-off-by: Bruce Allan <[email protected]> Tested-by: Jeff Pieper <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent d495bcb commit 1fc06b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/net/ethernet/intel/e1000e/ich8lan.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,10 +1034,6 @@ static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
10341034
(er32(FWSM) & E1000_ICH_FWSM_FW_VALID))
10351035
adapter->flags2 |= FLAG2_PCIM2PCI_ARBITER_WA;
10361036

1037-
/* Disable EEE by default until IEEE802.3az spec is finalized */
1038-
if (adapter->flags2 & FLAG2_HAS_EEE)
1039-
adapter->hw.dev_spec.ich8lan.eee_disable = true;
1040-
10411037
return 0;
10421038
}
10431039

0 commit comments

Comments
 (0)