]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/bridge/br_device.c
net: introduce and use netdev_features_t for device features sets
[mirror_ubuntu-artful-kernel.git] / net / bridge / br_device.c
index feb77ea7b58ed2308938c4a9bedd8be82394c464..772bad34794cbc3133a3f160fc2e44171da1b332 100644 (file)
@@ -186,7 +186,8 @@ static void br_getinfo(struct net_device *dev, struct ethtool_drvinfo *info)
        strcpy(info->bus_info, "N/A");
 }
 
-static u32 br_fix_features(struct net_device *dev, u32 features)
+static netdev_features_t br_fix_features(struct net_device *dev,
+       netdev_features_t features)
 {
        struct net_bridge *br = netdev_priv(dev);