diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-04-12 00:07:39 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-12 17:54:24 -0400 |
commit | 1aac62671686e6234c91b5f6fc4caaa850419d5d (patch) | |
tree | f265c06caa7cf513a06b07726be29090210c0d29 /include | |
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')
-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 { | |||
1035 | u32 hw_features; | 1035 | u32 hw_features; |
1036 | /* user-requested features */ | 1036 | /* user-requested features */ |
1037 | u32 wanted_features; | 1037 | u32 wanted_features; |
1038 | /* VLAN feature mask */ | 1038 | /* mask of features inheritable by VLAN devices */ |
1039 | u32 vlan_features; | 1039 | u32 vlan_features; |
1040 | 1040 | ||
1041 | /* Net device feature bits; if you change something, | 1041 | /* Net device feature bits; if you change something, |