]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: MGMT: mesh_send: check instances prior disabling advertising
authorChristian Eggers <ceggers@arri.de>
Wed, 25 Jun 2025 13:09:31 +0000 (15:09 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 27 Jun 2025 18:01:02 +0000 (14:01 -0400)
commitf3cb5676e5c11c896ba647ee309a993e73531588
treebe547fbecc47250d7336e45459acfe583936a89b
parente5af67a870f738bb8a4594b6c60c2caf4c87a3c9
Bluetooth: MGMT: mesh_send: check instances prior disabling advertising

The unconditional call of hci_disable_advertising_sync() in
mesh_send_done_sync() also disables other LE advertisings (non mesh
related).

I am not sure whether this call is required at all, but checking the
adv_instances list (like done at other places) seems to solve the
problem.

Fixes: b338d91703fa ("Bluetooth: Implement support for Mesh")
Cc: stable@vger.kernel.org
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/mgmt.c