On Wed, 3 Sep 2003 15:18:47 -0700
Stephen Hemminger <shemminger@xxxxxxxx> wrote:
> Patch for 2.6.0-test4 to cleanup DLCI driver
> - keep list of arrays for devices and use a lock
> - make sure header is contiguous before overlaying data structure
> - dynamically allocate dev->priv with alloc_netdev
> - get rid of MOD_INC/DEC
> - free devices on module unload
> - keep refcount on slave device's since holding a ptr
Applied.
I assume you added the module export of unregister_frad() because you
intend to make some drivers actually make use of it? :-)
|