Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 722c9930 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by John W. Linville
Browse files

net: wireless: brcm80211: replace ndo_set_multicast_list with ndo_set_rx_mode

parent d930faee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1128,7 +1128,7 @@ static struct net_device_ops brcmf_netdev_ops_pri = {
	.ndo_do_ioctl = brcmf_netdev_ioctl_entry,
	.ndo_start_xmit = brcmf_netdev_start_xmit,
	.ndo_set_mac_address = brcmf_netdev_set_mac_address,
	.ndo_set_multicast_list = brcmf_netdev_set_multicast_list
	.ndo_set_rx_mode = brcmf_netdev_set_multicast_list
};

int brcmf_net_attach(struct brcmf_pub *drvr, int ifidx)