Merge "Bluetooth: Schedule HCI_TX task after connection cleanup" into msm-3.0
This commit is contained in:
committed by
QuIC Gerrit Code Review
commit
4bdc331fc3
@@ -459,6 +459,8 @@ int hci_conn_del(struct hci_conn *conn)
|
|||||||
if (hdev->notify)
|
if (hdev->notify)
|
||||||
hdev->notify(hdev, HCI_NOTIFY_CONN_DEL);
|
hdev->notify(hdev, HCI_NOTIFY_CONN_DEL);
|
||||||
|
|
||||||
|
tasklet_schedule(&hdev->tx_task);
|
||||||
|
|
||||||
tasklet_enable(&hdev->tx_task);
|
tasklet_enable(&hdev->tx_task);
|
||||||
|
|
||||||
skb_queue_purge(&conn->data_q);
|
skb_queue_purge(&conn->data_q);
|
||||||
|
|||||||
Reference in New Issue
Block a user