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