Re: [PATCH] Sysfs net device device link
From: David S. Miller <hidden>
Date: 2003-05-21 03:03:38
From: David S. Miller <hidden>
Date: 2003-05-21 03:03:38
From: Stephen Hemminger [off-list ref] Date: Tue, 20 May 2003 14:18:03 -0700 This is the second part of the net devices sysfs patch. It changes most network drivers to set the generic device entry up in the net device structure prior to registration. I've applied both of your patches, thanks. I did have to fix up two things though: 1) One driver used lower-case set_netdev_dev(), easy to fix. 2) Patch conflict with ns83820.c SET_MODULE_OWNER() fix you also sent me today, also easily resolved. Thanks again.