Bluetooth: hci_core: Cancel request on command timeout
[ Upstream commit63298d6e75] If command has timed out call __hci_cmd_sync_cancel to notify the hci_req since it will inevitably cause a timeout. This also rework the code around __hci_cmd_sync_cancel since it was wrongly assuming it needs to cancel timer as well, but sometimes the timers have not been started or in fact they already had timed out in which case they don't need to be cancel yet again. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Stable-dep-of:2615fd9a7c("Bluetooth: hci_sync: Fix overwriting request callback") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Sasha Levin
parent
988b77ba0d
commit
0ce1229cbb
@@ -895,7 +895,7 @@ void hci_request_setup(struct hci_dev *hdev)
|
||||
|
||||
void hci_request_cancel_all(struct hci_dev *hdev)
|
||||
{
|
||||
__hci_cmd_sync_cancel(hdev, ENODEV);
|
||||
hci_cmd_sync_cancel_sync(hdev, ENODEV);
|
||||
|
||||
cancel_interleave_scan(hdev);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user