Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sean Anderson and committed by
David S. Miller
185d7211 e9212f9d

-1
-1
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
··· 2254 2254 platform_set_drvdata(pdev, ndev); 2255 2255 2256 2256 SET_NETDEV_DEV(ndev, &pdev->dev); 2257 - ndev->flags &= ~IFF_MULTICAST; /* clear multicast */ 2258 2257 ndev->features = NETIF_F_SG; 2259 2258 ndev->ethtool_ops = &axienet_ethtool_ops; 2260 2259