mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
fix args to _disable routine
This commit is contained in:
parent
31d65dd73f
commit
c4964c3e3a
@ -1331,8 +1331,7 @@ static void undi_transmit(
|
||||
/**************************************************************************
|
||||
DISABLE - Turn off ethernet interface
|
||||
***************************************************************************/
|
||||
static void undi_disable ( struct nic *nic __unused,
|
||||
struct pci_device *pci __unused ) {
|
||||
static void undi_disable ( struct nic *nic __unused ) {
|
||||
undi_full_shutdown();
|
||||
free_base_mem_data();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user