Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200869
b: refs/heads/master
c: dd1589a
h: refs/heads/master
i:
  200867: 1281b8f
v: v3
  • Loading branch information
David Howells authored and David S. Miller committed Jun 30, 2010
1 parent 11df358 commit 4bad047
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: 9b2c2ff7a1c04e69842254dd4afe0f8ad4efa439
refs/heads/master: dd1589a431e90f9ff587e640c67101a565e52bba
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/hci_bcsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static struct sk_buff *bcsp_prepare_pkt(struct bcsp_struct *bcsp, u8 *data,
if (rel) {
hdr[0] |= 0x80 + bcsp->msgq_txseq;
BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq);
bcsp->msgq_txseq = ++(bcsp->msgq_txseq) & 0x07;
bcsp->msgq_txseq = (bcsp->msgq_txseq + 1) & 0x07;
}

if (bcsp->use_crc)
Expand Down

0 comments on commit 4bad047

Please sign in to comment.