summaryrefslogtreecommitdiff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/tag_xrs700x.c b/net/dsa/tag_xrs700x.c
index a31ff7fcb45f..da231c16ac82 100644
--- a/net/dsa/tag_xrs700x.c
+++ b/net/dsa/tag_xrs700x.c
@@ -46,7 +46,7 @@ static struct sk_buff *xrs700x_rcv(struct sk_buff *skb, struct net_device *dev,
return NULL;
/* Frame is forwarded by hardware, don't forward in software. */
- skb->offload_fwd_mark = 1;
+ dsa_default_offload_fwd_mark(skb);
return skb;
}