aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/sco.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c
index 57f250c20e39..aaf1957bc4fe 100644
--- a/net/bluetooth/sco.c
+++ b/net/bluetooth/sco.c
@@ -361,6 +361,7 @@ static void __sco_sock_close(struct sock *sk)
361 sco_chan_del(sk, ECONNRESET); 361 sco_chan_del(sk, ECONNRESET);
362 break; 362 break;
363 363
364 case BT_CONNECT2:
364 case BT_CONNECT: 365 case BT_CONNECT:
365 case BT_DISCONN: 366 case BT_DISCONN:
366 sco_chan_del(sk, ECONNRESET); 367 sco_chan_del(sk, ECONNRESET);