net: remove use of ndo_set_multicast_list in drivers
[deliverable/linux.git] / drivers / net / ethernet / i825xx / 82596.c
index be1f1970c8422610d7ef37ebc85692a4372a9fbe..f2408a4d5d9c914c9cd1e96cf19cbb5abe701926 100644 (file)
@@ -1145,7 +1145,7 @@ static const struct net_device_ops i596_netdev_ops = {
        .ndo_open               = i596_open,
        .ndo_stop               = i596_close,
        .ndo_start_xmit         = i596_start_xmit,
-       .ndo_set_multicast_list = set_multicast_list,
+       .ndo_set_rx_mode        = set_multicast_list,
        .ndo_tx_timeout         = i596_tx_timeout,
        .ndo_change_mtu         = eth_change_mtu,
        .ndo_set_mac_address    = eth_mac_addr,
This page took 0.045868 seconds and 5 git commands to generate.