diff options
Diffstat (limited to 'drivers/net/ethernet/ti/cpmac.c')
| -rw-r--r-- | drivers/net/ethernet/ti/cpmac.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/ti/cpmac.c b/drivers/net/ethernet/ti/cpmac.c index e0638cb4b07..aaac0c7ad11 100644 --- a/drivers/net/ethernet/ti/cpmac.c +++ b/drivers/net/ethernet/ti/cpmac.c @@ -1100,7 +1100,7 @@ static const struct net_device_ops cpmac_netdev_ops = {  	.ndo_stop		= cpmac_stop,  	.ndo_start_xmit		= cpmac_start_xmit,  	.ndo_tx_timeout		= cpmac_tx_timeout, -	.ndo_set_multicast_list	= cpmac_set_multicast_list, +	.ndo_set_rx_mode	= cpmac_set_multicast_list,  	.ndo_do_ioctl		= cpmac_ioctl,  	.ndo_set_config		= cpmac_config,  	.ndo_change_mtu		= eth_change_mtu,  |