Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203225
b: refs/heads/master
c: 5a86f28
h: refs/heads/master
i:
  203223: 4a5ebc0
v: v3
  • Loading branch information
Bruce Allan authored and David S. Miller committed Jun 30, 2010
1 parent 84cf2a7 commit f96ed4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc40f57a76be05e6f17a6c83ec6c60e3fbcf4217
refs/heads/master: 5a86f28f954c3841d3a6df4d07d2ed17088c3711
4 changes: 4 additions & 0 deletions trunk/drivers/net/e1000e/ich8lan.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,10 @@ static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
(adapter->hw.phy.type == e1000_phy_igp_3))
adapter->flags |= FLAG_LSC_GIG_SPEED_DROP;

/* Disable EEE by default until IEEE802.3az spec is finalized */
if (adapter->flags2 & FLAG2_HAS_EEE)
adapter->hw.dev_spec.ich8lan.eee_disable = true;

return 0;
}

Expand Down

0 comments on commit f96ed4a

Please sign in to comment.