]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach()
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 20 May 2025 08:42:30 +0000 (11:42 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2025 10:07:11 +0000 (11:07 +0100)
commit959e3ee75e06b82502fc64b7c4b0f884386e0b61
tree632375e7bf4b903b3a694bd26662ca3d9c62a3d1
parentf0af7f7ffcf56fb8676a4f0e79e086e1b73413b6
Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach()

[ Upstream commit 3bb88524b7d030160bb3c9b35f928b2778092111 ]

In 'mgmt_mesh_foreach()', iterate over mesh commands
rather than generic mgmt ones. Compile tested only.

Fixes: b338d91703fa ("Bluetooth: Implement support for Mesh")
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/bluetooth/mgmt_util.c