|
|
|
|
1331
|
/**************************************************************************
|
1331
|
/**************************************************************************
|
1332
|
DISABLE - Turn off ethernet interface
|
1332
|
DISABLE - Turn off ethernet interface
|
1333
|
***************************************************************************/
|
1333
|
***************************************************************************/
|
1334
|
-static void undi_disable ( struct nic *nic __unused,
|
|
|
1335
|
- struct pci_device *pci __unused ) {
|
|
|
|
|
1334
|
+static void undi_disable ( struct nic *nic __unused ) {
|
1336
|
undi_full_shutdown();
|
1335
|
undi_full_shutdown();
|
1337
|
free_base_mem_data();
|
1336
|
free_base_mem_data();
|
1338
|
}
|
1337
|
}
|