projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c568ed
)
Revert "Bluetooth: Fallback from eSCO to SCO on error code 0x1a (unsupported feature)."
author
黄涛
<huangtao@rock-chips.com>
Sat, 30 Jul 2011 14:41:05 +0000
(22:41 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Sat, 30 Jul 2011 14:41:05 +0000
(22:41 +0800)
This reverts commit
8787099ec0143e0973165b3d9b0a88525a738639
.
net/bluetooth/hci_event.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/hci_event.c
b/net/bluetooth/hci_event.c
index 5c495893bc07131faab258b539b0e2693b2691f9..e99fe385fba293d6a7fe2c558b7d454f669f52b8 100644
(file)
--- 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) |