diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index 95718bbc902..25b80df871e 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c @@ -459,6 +459,8 @@ int hci_conn_del(struct hci_conn *conn) if (hdev->notify) hdev->notify(hdev, HCI_NOTIFY_CONN_DEL); + tasklet_schedule(&hdev->tx_task); + tasklet_enable(&hdev->tx_task); skb_queue_purge(&conn->data_q);