pci_unregister_driver does the iteration but not the net device cleanup. The problem is the driver never calls unregister_netdev, it just free's the device structure. If this ever happens, the net de
From: Stephen Hemminger <shemminger@xxxxxxxx> Date: Mon, 9 Jun 2003 10:10:18 -0700 pci_unregister_driver does the iteration but not the net device cleanup. You're absolutely right.