From: Stephen Hemminger Date: Sun, 7 May 2006 00:55:11 +0000 (-0700) Subject: [CLASS DEVICE]: add attribute_group creation X-Git-Tag: v2.6.17-rc4~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1498221d51a43d5fa1a580618591497d90f957d9;p=pandora-kernel.git [CLASS DEVICE]: add attribute_group creation Extend the support of attribute groups in class_device's to allow groups to be created as part of the registration process. This allows network device's to avoid race between registration and creating groups. Note that unlike attributes that are a property of the class object, the groups are a property of the class_device object. This is done because there are different types of network devices (wireless for example). Signed-off-by: Stephen Hemminger Signed-off-by: Greg Kroah-Hartman Signed-off-by: David S. Miller --- Reading git-diff-tree failed