net: qualcomm: fix QCA7000 checksum handling
[linux-2.6-microblaze.git] / drivers / net / ethernet / korina.c
index b30a457..3e9f324 100644 (file)
@@ -1272,7 +1272,7 @@ static const struct net_device_ops korina_netdev_ops = {
        .ndo_start_xmit         = korina_send_packet,
        .ndo_set_rx_mode        = korina_multicast_list,
        .ndo_tx_timeout         = korina_tx_timeout,
-       .ndo_do_ioctl           = korina_ioctl,
+       .ndo_eth_ioctl          = korina_ioctl,
        .ndo_validate_addr      = eth_validate_addr,
        .ndo_set_mac_address    = eth_mac_addr,
 #ifdef CONFIG_NET_POLL_CONTROLLER