diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 193b637889f9..e5ece8dceaad 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -900,8 +900,8 @@ struct net_device | |||
900 | 900 | ||
901 | /* class/net/name entry */ | 901 | /* class/net/name entry */ |
902 | struct device dev; | 902 | struct device dev; |
903 | /* space for optional statistics and wireless sysfs groups */ | 903 | /* space for optional device, statistics, and wireless sysfs groups */ |
904 | const struct attribute_group *sysfs_groups[3]; | 904 | const struct attribute_group *sysfs_groups[4]; |
905 | 905 | ||
906 | /* rtnetlink link ops */ | 906 | /* rtnetlink link ops */ |
907 | const struct rtnl_link_ops *rtnl_link_ops; | 907 | const struct rtnl_link_ops *rtnl_link_ops; |