commit | 81fadd81a5bc897c8d0424d1cd90cb999d8e12b0 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Mon Oct 05 06:35:03 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 06 14:59:23 2009 -0700 |
tree | f0b71e08c7818f1c5a6e711ea5c2b2e5c71379eb | |
parent | 285b4167458ec7cc49008b2e61cbe0362deed335 [diff] |
igb: move the generic copper link setup code into e1000_phy.c This patch moves the generic portion of the copper link setup into a seperate function in e1000_phy.c. This helps to reduce the size of copper_link_setup_82575 and make it a bit more readable. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>