mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 08:02:56 +00:00
[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:
parent
0742fd53a3
commit
86e65da9c1
7 changed files with 8 additions and 13 deletions
|
@ -8,7 +8,6 @@
|
|||
static inline __be16 x25_type_trans(struct sk_buff *skb, struct net_device *dev)
|
||||
{
|
||||
skb->mac.raw = skb->data;
|
||||
skb->input_dev = skb->dev = dev;
|
||||
skb->pkt_type = PACKET_HOST;
|
||||
|
||||
return htons(ETH_P_X25);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue