mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +03:00
[netdevice] Call netdev_link_[up|down|err]() only while registered
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1249,7 +1249,6 @@ jme_probe(struct pci_device *pci, const struct pci_device_id *id __unused)
|
||||
* Bring down phy before interface is opened.
|
||||
*/
|
||||
jme_phy_off(jme);
|
||||
netdev_link_down(netdev);
|
||||
|
||||
/*
|
||||
* Reset MAC processor and reload EEPROM for MAC Address
|
||||
|
||||
Reference in New Issue
Block a user