mirror of
https://github.com/xcat2/xNBA.git
synced 2025-07-02 02:45:38 +00:00
Added netdev_nullify to natsemi_remove()
This commit is contained in:
@ -227,6 +227,7 @@ static void natsemi_remove (struct pci_device *pci) {
|
||||
|
||||
unregister_netdev (netdev);
|
||||
natsemi_reset (netdev);
|
||||
netdev_nullify ( netdev );
|
||||
netdev_put (netdev);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user