]> git.ipfire.org Git - thirdparty/linux.git/commit
Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOP
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 13 Nov 2025 14:49:27 +0000 (09:49 -0500)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 20 Nov 2025 22:00:23 +0000 (17:00 -0500)
commit275ddfeb3fdc274050c2173ffd985b1e80a9aa37
tree970410f4a448a2c7e51109e057e5de20d6c2c4ba
parent4015b979767125cf8a2233a145a3b3af78bfd8fb
Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOP

HCI_OP_NOP means no command was actually sent so there is no point in
triggering cmd_timer which may cause a hdev->reset in the process since
it is assumed that the controller is stuck processing a command.

Fixes: e2d471b7806b ("Bluetooth: ISO: Fix not using SID from adv report")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_core.c