aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/amp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/amp.c')
-rw-r--r--net/bluetooth/amp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bluetooth/amp.c b/net/bluetooth/amp.c
index 650bb8df04fd..4b2fea6c1c2a 100644
--- a/net/bluetooth/amp.c
+++ b/net/bluetooth/amp.c
@@ -387,7 +387,7 @@ void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon)
387 bredr_chan = mgr->bredr_chan; 387 bredr_chan = mgr->bredr_chan;
388 388
389 set_bit(FLAG_EFS_ENABLE, &bredr_chan->flags); 389 set_bit(FLAG_EFS_ENABLE, &bredr_chan->flags);
390 bredr_chan->ctrl_id = hs_hcon->remote_id; 390 bredr_chan->remote_amp_id = hs_hcon->remote_id;
391 bredr_chan->hs_hcon = hs_hcon; 391 bredr_chan->hs_hcon = hs_hcon;
392 bredr_chan->conn->mtu = hs_hcon->hdev->block_mtu; 392 bredr_chan->conn->mtu = hs_hcon->hdev->block_mtu;
393 bredr_chan->fcs = L2CAP_FCS_NONE; 393 bredr_chan->fcs = L2CAP_FCS_NONE;
@@ -412,8 +412,7 @@ void amp_create_logical_link(struct l2cap_chan *chan)
412 if (!hdev) 412 if (!hdev)
413 return; 413 return;
414 414
415 BT_DBG("chan %p ctrl_id %d dst %pMR", chan, chan->ctrl_id, 415 BT_DBG("chan %p dst %pMR", chan, chan->conn->dst);
416 chan->conn->dst);
417 416
418 hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, chan->conn->dst); 417 hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, chan->conn->dst);
419 if (!hcon) 418 if (!hcon)