[HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev
Now all the _type_trans routines are consistent in this regard. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
c8fb7948dc
commit
0a4f23fbbf
@@ -1029,7 +1029,6 @@ static void rx_int(struct net_device *dev, u32 rxlimit, u32 index)
|
||||
goto defer;
|
||||
}
|
||||
}
|
||||
skb->dev = dev;
|
||||
skb->protocol = hippi_type_trans(skb, dev);
|
||||
|
||||
netif_rx(skb); /* send it up */
|
||||
|
||||
Reference in New Issue
Block a user