From: Marc Kleine-Budde <[email protected]> Date: Sat, 25 Dec 2010 15:40:32 +0100
> @@ -1421,6 +1421,9 @@ static int ican3_xmit(struct sk_buff *skb, struct > net_device *ndev) > void __iomem *desc_addr; > unsigned long flags; > > + if (can_dropped_invalid_skb(dev, skb)) > + return NETDEV_TX_OK; > + You never compile tested this. Merry Christmas. _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
