Merge "Bluetooth: Initialize incoming connection link policy" into msm-3.0

This commit is contained in:
Linux Build Service Account
2012-01-05 15:28:47 -08:00
committed by QuIC Gerrit Code Review

View File

@@ -366,6 +366,7 @@ struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type,
switch (type) {
case ACL_LINK:
conn->pkt_type = hdev->pkt_type & ACL_PTYPE_MASK;
conn->link_policy = hdev->link_policy;
break;
case SCO_LINK:
if (!pkt_type)