Name
ethdev_init -- init rest of 8390 device struct
Synopsis
int ethdev_init
(struct net_device * dev);
Arguments
- dev
network device structure to init
Description
Initialize the rest of the 8390 device structure. Do NOT __init
this, as it is used by 8390 based modular drivers too.