OSDN Git Service

Bluetooth: Reset more state when cancelling a sync command
authorBenjamin Berg <bberg@redhat.com>
Fri, 3 Dec 2021 14:58:59 +0000 (15:58 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 3 Dec 2021 18:41:59 +0000 (10:41 -0800)
commitae422391e17d30a2fb1d0968142dcd1e4cdc172a
tree5f19ae66b4ba2da658d22710ca5b0edf8588dc91
parentdbf6811abbfcc79d3cd5ce1ff53fe1c741167a1f
Bluetooth: Reset more state when cancelling a sync command

Resetting the timers and cmd_cnt means that we assume the device will be
in a good state after the sync command finishes. Without this a chain of
synchronous commands might get stuck if one of them is cancelled.

Signed-off-by: Benjamin Berg <bberg@redhat.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_request.c