|
@@ -1331,8 +1331,7 @@ static void undi_transmit(
|
1331
|
1331
|
/**************************************************************************
|
1332
|
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
|
1335
|
undi_full_shutdown();
|
1337
|
1336
|
free_base_mem_data();
|
1338
|
1337
|
}
|