Commit 73da2ff6 authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr via-rhine] Fix MII phy scanning

Noticed by Roger Luethi, via-rhine maintainer.
parent 1e785100
......@@ -847,6 +847,8 @@ static int __devinit via_rhine_init_one (struct pci_dev *pdev,
netif_carrier_on(dev);
else
netif_carrier_off(dev);
break;
}
}
np->mii_cnt = phy_idx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment