summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dsa/dsa.c')
-rw-r--r--net/dsa/dsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c
index 92b3cd129eb7..2da733dff86b 100644
--- a/net/dsa/dsa.c
+++ b/net/dsa/dsa.c
@@ -36,6 +36,7 @@ static struct sk_buff *dsa_slave_notag_xmit(struct sk_buff *skb,
36 36
37static const struct dsa_device_ops none_ops = { 37static const struct dsa_device_ops none_ops = {
38 .name = "none", 38 .name = "none",
39 .proto = DSA_TAG_PROTO_NONE,
39 .xmit = dsa_slave_notag_xmit, 40 .xmit = dsa_slave_notag_xmit,
40 .rcv = NULL, 41 .rcv = NULL,
41}; 42};