X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=net%2Fdsa%2Ftag_hellcreek.c;h=f64b805303cd798dd48c92f68c960e19bcbe25a2;hb=aa829778b16f15266fefe2640f04931b16ce39c0;hp=424130f85f596d3438ce9ae616c49b4448b54115;hpb=4d4a60cede3604208c671f5a73a6edd094237b13;p=linux-2.6-microblaze.git diff --git a/net/dsa/tag_hellcreek.c b/net/dsa/tag_hellcreek.c index 424130f85f59..f64b805303cd 100644 --- a/net/dsa/tag_hellcreek.c +++ b/net/dsa/tag_hellcreek.c @@ -29,8 +29,7 @@ static struct sk_buff *hellcreek_xmit(struct sk_buff *skb, } static struct sk_buff *hellcreek_rcv(struct sk_buff *skb, - struct net_device *dev, - struct packet_type *pt) + struct net_device *dev) { /* Tag decoding */ u8 *tag = skb_tail_pointer(skb) - HELLCREEK_TAG_LEN; @@ -44,7 +43,7 @@ static struct sk_buff *hellcreek_rcv(struct sk_buff *skb, pskb_trim_rcsum(skb, skb->len - HELLCREEK_TAG_LEN); - skb->offload_fwd_mark = true; + dsa_default_offload_fwd_mark(skb); return skb; }