Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306920
b: refs/heads/master
c: 6ff9b5e
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo Padovan committed May 9, 2012
1 parent 7fea220 commit c5923f7
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: e10b9969f217c948c5523045f44eba4d3a758ff0
refs/heads/master: 6ff9b5ef5e4e3f474689737640d0c01a96d0696d
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,7 @@ static struct sk_buff *l2cap_create_basic_pdu(struct l2cap_chan *chan,
/* Create L2CAP header */
lh = (struct l2cap_hdr *) skb_put(skb, L2CAP_HDR_SIZE);
lh->cid = cpu_to_le16(chan->dcid);
lh->len = cpu_to_le16(len + (hlen - L2CAP_HDR_SIZE));
lh->len = cpu_to_le16(len);

err = l2cap_skbuff_fromiovec(chan, msg, len, count, skb);
if (unlikely(err < 0)) {
Expand Down

0 comments on commit c5923f7

Please sign in to comment.