mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
Remove nic_disable call from drivers. Call should be made at a higher level
This commit is contained in:
@@ -576,7 +576,7 @@ static void w89c840_transmit(
|
||||
w89c840_disable - Turn off ethernet interface
|
||||
***************************************************************************/
|
||||
static void w89c840_disable ( struct nic *nic, struct pci_device *pci __unused ) {
|
||||
nic_disable ( nic );
|
||||
|
||||
/* merge reset and disable */
|
||||
w89c840_reset(nic);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user