diff options
-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, |