]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/netdevice.h
net: Allow devices to specify a device specific sysfs group.
[net-next-2.6.git] / include / linux / netdevice.h
index 193b637889f96c4ef79a8c97f2416848b9951b44..e5ece8dceaadfdb7c023b260f680492dd8b7d7b2 100644 (file)
@@ -900,8 +900,8 @@ struct net_device
 
        /* class/net/name entry */
        struct device           dev;
-       /* space for optional statistics and wireless sysfs groups */
-       const struct attribute_group *sysfs_groups[3];
+       /* space for optional device, statistics, and wireless sysfs groups */
+       const struct attribute_group *sysfs_groups[4];
 
        /* rtnetlink link ops */
        const struct rtnl_link_ops *rtnl_link_ops;