Files
linux-stable-mirror/include/linux
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-05-02 17:24:59 +01:00
2006-05-01 06:10:04 -04:00
2006-04-11 06:18:35 -07:00
2006-04-27 13:08:56 -07:00
2006-04-29 18:33:15 -07:00
2006-04-11 06:18:39 -07:00
2006-04-19 09:13:53 -07:00
2006-05-04 06:55:12 +02:00
2006-05-01 06:09:56 -04:00