Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9084
b: refs/heads/master
c: 2cf655c
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Halasa authored and David S. Miller committed Sep 19, 2005
1 parent 0a90fe6 commit 4fb8fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8922bc93aa78a202c2b68b2de19b71329cb321e1
refs/heads/master: 2cf655cd65888e9fed0803d77e9e4f7d1db674cc
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/hdlc_cisco.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static void cisco_keepalive_send(struct net_device *dev, u32 type,
}
skb_reserve(skb, 4);
cisco_hard_header(skb, dev, CISCO_KEEPALIVE, NULL, NULL, 0);
data = (cisco_packet*)skb->data;
data = (cisco_packet*)(skb->data + 4);

data->type = htonl(type);
data->par1 = htonl(par1);
Expand Down

0 comments on commit 4fb8fde

Please sign in to comment.