net: introduce and use netdev_features_t for device features sets
[deliverable/linux.git] / net / 8021q / vlan_dev.c
index 6a4e0cb897b70433d7dda58423313273bc099295..2b5fcde1f6294d3b2b53c7515dcdc2c902d6398d 100644 (file)
@@ -591,7 +591,8 @@ static void vlan_dev_uninit(struct net_device *dev)
        }
 }
 
-static u32 vlan_dev_fix_features(struct net_device *dev, u32 features)
+static netdev_features_t vlan_dev_fix_features(struct net_device *dev,
+       netdev_features_t features)
 {
        struct net_device *real_dev = vlan_dev_info(dev)->real_dev;
        u32 old_features = features;
This page took 0.033371 seconds and 5 git commands to generate.