sfc: Correct reporting and validation of TX interrupt coalescing
[pandora-kernel.git] / drivers / net / virtio_net.c
index 0c7321c..4f09f88 100644 (file)
@@ -949,6 +949,7 @@ static int virtnet_probe(struct virtio_device *vdev)
                return -ENOMEM;
 
        /* Set up network device as normal. */
+       dev->priv_flags |= IFF_UNICAST_FLT;
        dev->netdev_ops = &virtnet_netdev;
        dev->features = NETIF_F_HIGHDMA;