Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[linux-2.6-microblaze.git] / net / dsa / tag_trailer.c
index 5b97ede..ba73804 100644 (file)
@@ -55,8 +55,7 @@ static const struct dsa_device_ops trailer_netdev_ops = {
        .proto  = DSA_TAG_PROTO_TRAILER,
        .xmit   = trailer_xmit,
        .rcv    = trailer_rcv,
-       .overhead = 4,
-       .tail_tag = true,
+       .needed_tailroom = 4,
 };
 
 MODULE_LICENSE("GPL");