|
@@ -2340,11 +2340,11 @@ static int __devinit e100_probe(struct pci_dev *pdev,
|
|
|
goto err_out_iounmap;
|
|
goto err_out_iounmap;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- e100_phy_init(nic);
|
|
|
|
|
-
|
|
|
|
|
if((err = e100_eeprom_load(nic)))
|
|
if((err = e100_eeprom_load(nic)))
|
|
|
goto err_out_free;
|
|
goto err_out_free;
|
|
|
|
|
|
|
|
|
|
+ e100_phy_init(nic);
|
|
|
|
|
+
|
|
|
memcpy(netdev->dev_addr, nic->eeprom, ETH_ALEN);
|
|
memcpy(netdev->dev_addr, nic->eeprom, ETH_ALEN);
|
|
|
if(!is_valid_ether_addr(netdev->dev_addr)) {
|
|
if(!is_valid_ether_addr(netdev->dev_addr)) {
|
|
|
DPRINTK(PROBE, ERR, "Invalid MAC address from "
|
|
DPRINTK(PROBE, ERR, "Invalid MAC address from "
|