mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
Remove nic_disable call from drivers. Call should be made at a higher level
This commit is contained in:
@@ -723,8 +723,7 @@ natsemi_poll(struct nic *nic, int retrieve)
|
||||
|
||||
static void
|
||||
natsemi_disable ( struct nic *nic, struct pci_device *pci __unused ) {
|
||||
nic_disable ( nic );
|
||||
/* merge reset and disable */
|
||||
|
||||
natsemi_init(nic);
|
||||
|
||||
/* Disable interrupts using the mask. */
|
||||
|
||||
Reference in New Issue
Block a user