]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: MGMT: set_mesh: update LE scan interval and window
authorChristian Eggers <ceggers@arri.de>
Wed, 25 Jun 2025 13:09:30 +0000 (15:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jul 2025 14:03:04 +0000 (16:03 +0200)
commit8af1406949c1e45b1f925996b42c53c44259ba07
tree3e016851a982591dae61f358ea6df964b03998de
parent7e88ad41b63e72a83a46094a7d254e2597992b8f
Bluetooth: MGMT: set_mesh: update LE scan interval and window

commit e5af67a870f738bb8a4594b6c60c2caf4c87a3c9 upstream.

According to the message of commit b338d91703fa ("Bluetooth: Implement
support for Mesh"), MGMT_OP_SET_MESH_RECEIVER should set the passive scan
parameters.  Currently the scan interval and window parameters are
silently ignored, although user space (bluetooth-meshd) expects that
they can be used [1]

[1] https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/mesh/mesh-io-mgmt.c#n344
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/bluetooth/mgmt.c