X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fnet%2Fdummy.c;h=a7c5e8831e8c0f3a5a01e5adc53b29b2bc85129d;hb=b548f97684412b0969dc148e1706eb047151e356;hp=39cf9b9bd673cdd0d46aed0c970ca58cccbedc88;hpb=a74d70b63f1a0230831bcca3145d85ae016f9d4c;p=pandora-kernel.git diff --git a/drivers/net/dummy.c b/drivers/net/dummy.c index 39cf9b9bd673..a7c5e8831e8c 100644 --- a/drivers/net/dummy.c +++ b/drivers/net/dummy.c @@ -116,7 +116,7 @@ static const struct net_device_ops dummy_netdev_ops = { .ndo_init = dummy_dev_init, .ndo_start_xmit = dummy_xmit, .ndo_validate_addr = eth_validate_addr, - .ndo_set_multicast_list = set_multicast_list, + .ndo_set_rx_mode = set_multicast_list, .ndo_set_mac_address = dummy_set_address, .ndo_get_stats64 = dummy_get_stats64, };