mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
Remove nic_disable call from drivers. Call should be made at a higher level
This commit is contained in:
@@ -1164,7 +1164,7 @@ rhine_probe1 (struct nic *nic, struct pci_device *pci, int ioaddr, int chip_id,
|
||||
|
||||
static void
|
||||
rhine_disable ( struct nic *nic, struct pci_device *pci __unused ) {
|
||||
nic_disable ( nic );
|
||||
|
||||
struct rhine_private *tp = (struct rhine_private *) nic->priv_data;
|
||||
int ioaddr = tp->ioaddr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user