| Submitter | ohashi-h@mb.dnes.nec.co.jp |
|---|---|
| Date | Dec. 12, 2008, 7:41 a.m. |
| Message ID | <20081212164155ohashi-h@mail.jp.nec.com> |
| Download | mbox | patch |
| Permalink | /patch/13668/ |
| State | RFC |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
================================================ --- drivers/net/e1000e/lib.c.org +++ drivers/net/e1000e/lib.c @@ -539,8 +539,6 @@ s32 e1000e_check_for_serdes_link(struct mac->autoneg_failed = 1; return 0; } +#if 0 hw_dbg(hw, "NOT RXing /C/, disable AutoNeg and force link.\n"); /* Disable auto-negotiation in the TXCW register */ @@ -550,7 +548,7 @@ s32 e1000e_check_for_serdes_link(struct ctrl = er32(CTRL);