Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9674
b: refs/heads/master
c: 3a867b3
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle authored and David S. Miller committed Oct 5, 2005
1 parent dc91cc2 commit 202790e
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: 77d8d7a6848c81084f413e1ec4982123a56e2ccb
refs/heads/master: 3a867b36c3234673e61f883ebc11ad18f80a176f
2 changes: 1 addition & 1 deletion trunk/net/ax25/ax25_in.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb)
}

skb_pull(skb, 1); /* Remove PID */
skb->h.raw = skb->data;
skb->mac.raw = skb->nh.raw;
skb->nh.raw = skb->data;
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 @@ -58,7 +58,7 @@ int nr_rx_ip(struct sk_buff *skb, struct net_device *dev)

/* Spoof incoming device */
skb->dev = dev;
skb->h.raw = skb->data;
skb->mac.raw = skb->nh.raw;
skb->nh.raw = skb->data;
skb->pkt_type = PACKET_HOST;

Expand Down

0 comments on commit 202790e

Please sign in to comment.