net: introduce and use netdev_features_t for device features sets
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / sfc / efx.c
index d5731f1fe6d67dc3713070ec4e7733f4788cc35a..14e134d3b4d716704855fb23efa03d0375a8a80f 100644 (file)
@@ -1900,7 +1900,7 @@ static void efx_set_multicast_list(struct net_device *net_dev)
        /* Otherwise efx_start_port() will do this */
 }
 
-static int efx_set_features(struct net_device *net_dev, u32 data)
+static int efx_set_features(struct net_device *net_dev, netdev_features_t data)
 {
        struct efx_nic *efx = netdev_priv(net_dev);