Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179075
b: refs/heads/master
c: 1f731b6
h: refs/heads/master
i:
  179073: a902e47
  179071: 268e057
v: v3
  • Loading branch information
Bernard Pidoux F6BVP authored and David S. Miller committed Jan 4, 2010
1 parent 5ba9c88 commit 8ccfc5c
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: 35bb5cadc8c7b1462df57e32e08d964f1be7a75c
refs/heads/master: 1f731b63752dac76ff4dbf568a08ff2e3663316f
2 changes: 1 addition & 1 deletion trunk/net/rose/rose_loopback.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static void rose_loopback_timer(unsigned long param)
lci_i = ((skb->data[0] << 8) & 0xF00) + ((skb->data[1] << 0) & 0x0FF);
frametype = skb->data[2];
dest = (rose_address *)(skb->data + 4);
lci_o = 0xFFF - lci_i;
lci_o = ROSE_DEFAULT_MAXVC + 1 - lci_i;

skb_reset_transport_header(skb);

Expand Down

0 comments on commit 8ccfc5c

Please sign in to comment.