mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
fix args to _disable routine
This commit is contained in:
@@ -1331,8 +1331,7 @@ static void undi_transmit(
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
DISABLE - Turn off ethernet interface
|
DISABLE - Turn off ethernet interface
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
static void undi_disable ( struct nic *nic __unused,
|
static void undi_disable ( struct nic *nic __unused ) {
|
||||||
struct pci_device *pci __unused ) {
|
|
||||||
undi_full_shutdown();
|
undi_full_shutdown();
|
||||||
free_base_mem_data();
|
free_base_mem_data();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user