]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/intel/igbvf/netdev.c
net: introduce and use netdev_features_t for device features sets
[karo-tx-linux.git] / drivers / net / ethernet / intel / igbvf / netdev.c
index cca78124be316b12855a5367425cfd4251df3d55..2a05658938bd8019d196c71f6845a38cb80de1b1 100644 (file)
@@ -2532,7 +2532,8 @@ static void igbvf_print_device_info(struct igbvf_adapter *adapter)
        dev_info(&pdev->dev, "Address: %pM\n", netdev->dev_addr);
 }
 
-static int igbvf_set_features(struct net_device *netdev, u32 features)
+static int igbvf_set_features(struct net_device *netdev,
+       netdev_features_t features)
 {
        struct igbvf_adapter *adapter = netdev_priv(netdev);