commit aff36694c174f27bf793e464a150a56344412bb9 Author: Brian Rogers Date: Fri Mar 14 14:13:25 2008 -0700 Always use SCO_LINK. diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 14a39cb..191b5db 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c @@ -233,7 +233,7 @@ static int sco_connect(struct sock *sk) err = -ENOMEM; - type = lmp_esco_capable(hdev) ? ESCO_LINK : SCO_LINK; + type = SCO_LINK; hcon = hci_connect(hdev, type, dst); if (!hcon)