aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index ea7b6bce9ea0..6b2bb460d1d7 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1088,6 +1088,8 @@ struct net_device {
1088 * need to set them appropriately. 1088 * need to set them appropriately.
1089 */ 1089 */
1090 netdev_features_t hw_enc_features; 1090 netdev_features_t hw_enc_features;
1091 /* mask of fetures inheritable by MPLS */
1092 netdev_features_t mpls_features;
1091 1093
1092 /* Interface index. Unique device identifier */ 1094 /* Interface index. Unique device identifier */
1093 int ifindex; 1095 int ifindex;