[NET]: Remove explicit initializations of skb->input_dev
Instead, set it in one place, namely the beginning of netif_receive_skb(). Based upon suggestions from Jamal Hadi Salim. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
0742fd53a3
commit
86e65da9c1
@@ -1786,7 +1786,6 @@ isdn_net_receive(struct net_device *ndev, struct sk_buff *skb)
|
||||
lp->stats.rx_bytes += skb->len;
|
||||
}
|
||||
skb->dev = ndev;
|
||||
skb->input_dev = ndev;
|
||||
skb->pkt_type = PACKET_HOST;
|
||||
skb->mac.raw = skb->data;
|
||||
#ifdef ISDN_DEBUG_NET_DUMP
|
||||
|
Reference in New Issue
Block a user