diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-04-12 04:07:39 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-12 14:54:24 -0700 |
commit | 1aac62671686e6234c91b5f6fc4caaa850419d5d (patch) | |
tree | f265c06caa7cf513a06b07726be29090210c0d29 /include/linux/netdevice.h | |
parent | 6d95ff974a4b51121777973ffba7547c648da974 (diff) |
net: vlan_features comment clarification
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 09d262415769..cb8178ab3c52 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1035,7 +1035,7 @@ struct net_device { u32 hw_features; /* user-requested features */ u32 wanted_features; - /* VLAN feature mask */ + /* mask of features inheritable by VLAN devices */ u32 vlan_features; /* Net device feature bits; if you change something, |