|
@@ -1602,7 +1602,7 @@ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
|
|
* we have already determined whether we have link or not.
|
|
* we have already determined whether we have link or not.
|
|
*/
|
|
*/
|
|
if (!mac->autoneg)
|
|
if (!mac->autoneg)
|
|
- return -E1000_ERR_CONFIG;
|
|
|
|
|
|
+ return 1;
|
|
|
|
|
|
/* Auto-Neg is enabled. Auto Speed Detection takes care
|
|
/* Auto-Neg is enabled. Auto Speed Detection takes care
|
|
* of MAC speed/duplex configuration. So we only need to
|
|
* of MAC speed/duplex configuration. So we only need to
|