Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341543
b: refs/heads/master
c: 12d6cc6
h: refs/heads/master
i:
  341541: 4f99ade
  341539: db8c9ae
  341535: df38bb9
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo Padovan committed Nov 19, 2012
1 parent ea289d2 commit 45aa4dc
Show file tree
Hide file tree
Showing 3 changed files with 3 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: a514b17fab51c1433db920d76cf8ddda959e5da0
refs/heads/master: 12d6cc60f2d02d5754ca662b414f8f96200b14a6
1 change: 0 additions & 1 deletion trunk/net/bluetooth/amp.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon)
bredr_chan->remote_amp_id = hs_hcon->remote_id;
bredr_chan->hs_hcon = hs_hcon;
bredr_chan->conn->mtu = hs_hcon->hdev->block_mtu;
bredr_chan->fcs = L2CAP_FCS_NONE;

__l2cap_physical_cfm(bredr_chan, 0);

Expand Down
2 changes: 2 additions & 0 deletions trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4517,6 +4517,8 @@ void l2cap_move_start(struct l2cap_chan *chan)
static void l2cap_do_create(struct l2cap_chan *chan, int result,
u8 local_amp_id, u8 remote_amp_id)
{
chan->fcs = L2CAP_FCS_NONE;

if (!test_bit(CONF_CONNECT_PEND, &chan->conf_state)) {
struct l2cap_conn_rsp rsp;
char buf[128];
Expand Down

0 comments on commit 45aa4dc

Please sign in to comment.