mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
Remove nic_disable call from drivers. Call should be made at a higher level
This commit is contained in:
@@ -617,7 +617,7 @@ static int davicom_poll(struct nic *nic, int retrieve)
|
||||
/* eth_disable - Disable the interface */
|
||||
/*********************************************************************/
|
||||
static void davicom_disable ( struct nic *nic, struct pci_device *pci __unused ) {
|
||||
nic_disable ( nic );
|
||||
|
||||
whereami("davicom_disable\n");
|
||||
|
||||
davicom_reset(nic);
|
||||
|
||||
Reference in New Issue
Block a user