Stephen Hemminger b17a7c179d [NET]: Do sysfs registration as part of register_netdevice.
The last step of netdevice registration was being done by a delayed
call, but because it was delayed, it was impossible to return any error
code if the class_device registration failed.

Side effects:
 * one state in registration process is unnecessary.
 * register_netdevice can sleep inside class_device registration/hotplug
 * code in netdev_run_todo only does unregistration so it is simpler.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-05-10 13:21:17 -07:00
..
2006-04-09 22:25:48 -07:00
2006-01-11 18:42:14 -08:00
2006-04-18 15:57:54 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:08 -07:00
2006-03-20 22:23:58 -08:00
2006-03-23 01:10:26 -08:00
2006-03-23 07:12:57 -05:00
2006-01-11 18:42:14 -08:00
2006-03-31 02:09:36 -08:00