]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: hci_core: Don't use hci_prepare_cmd
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 1 Jul 2024 20:13:56 +0000 (16:13 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 14:11:29 +0000 (10:11 -0400)
commit176cbeceb5c5a740216a6be3e751e76aaddf94b9
tree2eaf3941a2740f6ad3489a0e74aa47ab450692da
parent92048ab2e2e6cc90ad1cc9f55deb5cec4d731793
Bluetooth: hci_core: Don't use hci_prepare_cmd

This replaces the instance of hci_prepare_cmd with hci_cmd_sync_alloc
since the former is part of hci_request.c which is considered
deprecated.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci_sync.h
net/bluetooth/hci_core.c
net/bluetooth/hci_sync.c