Commit 185d7211 authored by Sean Anderson's avatar Sean Anderson Committed by David S. Miller
Browse files

net: xilinx: axienet: Enable multicast by default



We support multicast addresses, so enable it by default.

Signed-off-by: default avatarSean Anderson <sean.anderson@linux.dev>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e9212f9d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2254,7 +2254,6 @@ static int axienet_probe(struct platform_device *pdev)
	platform_set_drvdata(pdev, ndev);

	SET_NETDEV_DEV(ndev, &pdev->dev);
	ndev->flags &= ~IFF_MULTICAST;  /* clear multicast */
	ndev->features = NETIF_F_SG;
	ndev->ethtool_ops = &axienet_ethtool_ops;