aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_xrs700x.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dsa/tag_xrs700x.c')
-rw-r--r--net/dsa/tag_xrs700x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dsa/tag_xrs700x.c b/net/dsa/tag_xrs700x.c
index 858cdf9d2913..a31ff7fcb45f 100644
--- a/net/dsa/tag_xrs700x.c
+++ b/net/dsa/tag_xrs700x.c
@@ -56,8 +56,7 @@ static const struct dsa_device_ops xrs700x_netdev_ops = {
.proto = DSA_TAG_PROTO_XRS700X,
.xmit = xrs700x_xmit,
.rcv = xrs700x_rcv,
- .overhead = 1,
- .tail_tag = true,
+ .needed_tailroom = 1,
};
MODULE_LICENSE("GPL");