net: dsa: Add overhead to tag protocol ops.
[linux-2.6-microblaze.git] / net / dsa / tag_trailer.c
index 56197f0..b40756e 100644 (file)
@@ -84,4 +84,5 @@ static struct sk_buff *trailer_rcv(struct sk_buff *skb, struct net_device *dev,
 const struct dsa_device_ops trailer_netdev_ops = {
        .xmit   = trailer_xmit,
        .rcv    = trailer_rcv,
+       .overhead = 4,
 };