[TR]: Make tr_type_trans set skb->dev

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Arnaldo Carvalho de Melo
2007-03-19 15:29:16 -07:00
committed by David S. Miller
parent c1a4b86e39
commit c8fb7948dc
8 changed files with 4 additions and 15 deletions

View File

@@ -193,6 +193,7 @@ __be16 tr_type_trans(struct sk_buff *skb, struct net_device *dev)
struct trllc *trllc;
unsigned riflen=0;
skb->dev = dev;
skb->mac.raw = skb->data;
trh = tr_hdr(skb);