Bluetooth: Convert MSFT filter HCI cmd to hci_sync
authorBrian Gix <brian.gix@intel.com>
Fri, 24 Feb 2023 17:56:32 +0000 (09:56 -0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 24 Apr 2023 04:48:13 +0000 (21:48 -0700)
commit493ea69970e2a4e4102fdf0be6d262456f564c3a
tree26a399a3d147e63cabef82e928dff68e7bdc915e
parentf5d13029a41d6504831ab99da0a9a0332fa7ea19
Bluetooth: Convert MSFT filter HCI cmd to hci_sync

The msft_set_filter_enable() command was using the deprecated
hci_request mechanism rather than hci_sync. This caused the warning error:
hci0: HCI_REQ-0xfcf0

Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/msft.c