Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306934
b: refs/heads/master
c: 2d0ed3d
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo Padovan authored and Gustavo Padovan committed May 16, 2012
1 parent ac50c1b commit 95352b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 087bfd99f75c5f7d5430e7e122c2f288f03d6c23
refs/heads/master: 2d0ed3d5879edae4bf1c98eb3163466c30d41789
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1855,6 +1855,9 @@ static inline int l2cap_skbuff_fromiovec(struct l2cap_chan *chan,
sent += count;
len -= count;

skb->len += (*frag)->len;
skb->data_len += (*frag)->len;

frag = &(*frag)->next;
}

Expand Down

0 comments on commit 95352b6

Please sign in to comment.