Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75132
b: refs/heads/master
c: c6e6ca7
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Dec 20, 2007
1 parent 4fc2808 commit 9c86325
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d0691674764098304ae4c63c715f5883b4d3784
refs/heads/master: c6e6ca712b5cc06a662f900c0484d49d7334af64
2 changes: 1 addition & 1 deletion trunk/net/ax25/ax25_in.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb)
}

skb_pull(skb, 1); /* Remove PID */
skb_reset_mac_header(skb);
skb->mac_header = skb->network_header;
skb_reset_network_header(skb);
skb->dev = ax25->ax25_dev->dev;
skb->pkt_type = PACKET_HOST;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netrom/nr_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int nr_rx_ip(struct sk_buff *skb, struct net_device *dev)

/* Spoof incoming device */
skb->dev = dev;
skb_reset_mac_header(skb);
skb->mac_header = skb->network_header;
skb_reset_network_header(skb);
skb->pkt_type = PACKET_HOST;

Expand Down

0 comments on commit 9c86325

Please sign in to comment.