From: 黄涛 Date: Sat, 30 Jul 2011 14:41:05 +0000 (+0800) Subject: Revert "Bluetooth: Fallback from eSCO to SCO on error code 0x1a (unsupported feature)." X-Git-Tag: firefly_0821_release~9952 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=209970ac4b3859ff6dd89a43560e32e1e607d230;p=firefly-linux-kernel-4.4.55.git Revert "Bluetooth: Fallback from eSCO to SCO on error code 0x1a (unsupported feature)." This reverts commit 8787099ec0143e0973165b3d9b0a88525a738639. --- diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 5c495893bc07..e99fe385fba2 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c @@ -1699,7 +1699,6 @@ static inline void hci_sync_conn_complete_evt(struct hci_dev *hdev, struct sk_bu break; case 0x1c: /* SCO interval rejected */ - case 0x1a: /* unsupported feature */ case 0x1f: /* Unspecified error */ if (conn->out && conn->attempt < 2) { conn->pkt_type = (hdev->esco_type & SCO_ESCO_MASK) |