net/mlx5e: Rename traffic type enums
[sfrench/cifs-2.6.git] / drivers / net / ethernet / fealnx.c
index 0f141c14d72df20350ec01c45225f19ab9cac0cf..25c91b3c5fd30ceb986e6feaeb73881c8974e637 100644 (file)
@@ -463,7 +463,7 @@ static const struct net_device_ops netdev_ops = {
        .ndo_start_xmit         = start_tx,
        .ndo_get_stats          = get_stats,
        .ndo_set_rx_mode        = set_rx_mode,
-       .ndo_do_ioctl           = mii_ioctl,
+       .ndo_eth_ioctl          = mii_ioctl,
        .ndo_tx_timeout         = fealnx_tx_timeout,
        .ndo_set_mac_address    = eth_mac_addr,
        .ndo_validate_addr      = eth_validate_addr,