]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/bluetooth/sco.c
V4L/DVB (9413): Bug: Set Auxilliary Clock Register correctly
[linux-2.6-omap-h63xx.git] / net / bluetooth / sco.c
index a16011fedc1d73d3adc24e66ff5e7ff24a37373c..46fd8bf9a69056fcf69d2aa6d5f7617768bb8ef1 100644 (file)
 #include <net/bluetooth/hci_core.h>
 #include <net/bluetooth/sco.h>
 
-#ifndef CONFIG_BT_SCO_DEBUG
-#undef  BT_DBG
-#define BT_DBG(D...)
-#endif
-
 #define VERSION "0.6"
 
 static int disable_esco = 0;
@@ -200,7 +195,7 @@ static int sco_connect(struct sock *sk)
        else
                type = SCO_LINK;
 
-       hcon = hci_connect(hdev, type, dst);
+       hcon = hci_connect(hdev, type, dst, HCI_AT_NO_BONDING);
        if (!hcon)
                goto done;