mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
net: xilinx: axienet: Enable multicast by default
We support multicast addresses, so enable it by default. Signed-off-by: Sean Anderson <sean.anderson@linux.dev> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e9212f9dd1
commit
185d72112b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user