mbox series

[0/1] Fix MSFT filter enable

Message ID 20221102175927.401091-1-brian.gix@intel.com
Headers show
Series Fix MSFT filter enable | expand

Message

Brian Gix Nov. 2, 2022, 5:59 p.m. UTC
This patch recodes the execution of msft_set_filter_enable() to use the
syncronous HCI cmd opcode method (__hci_smd_sync_status()). This
function is called from within a safe, blockable context that also calls
the syncronous read_supported_features() call.

I have tested this to my satisfaction, but would like a testing pass be
made by @Mateusz (mat.jonczyk@o2.pl) if possible.

Brian Gix (1):
  Bluetooth: Convert MSFT filter HCI cmd to hci_sync

 net/bluetooth/msft.c | 36 +++++++++++-------------------------
 1 file changed, 11 insertions(+), 25 deletions(-)