Re: [PATCH] Bluetooth: Add hci_dev_lock to get/set device flags

2020-06-22 Thread Marcel Holtmann
Hi Abhishek, > Adding hci_dev_lock since hci_conn_params_(lookup|add) require this > lock. > > Suggested-by: Miao-chen Chou > Signed-off-by: Abhishek Pandit-Subedi > --- > > net/bluetooth/mgmt.c | 8 > 1 file changed, 8 insertions(+) patch has been applied to bluetooth-next tree. Reg

[PATCH] Bluetooth: Add hci_dev_lock to get/set device flags

2020-06-19 Thread Abhishek Pandit-Subedi
Adding hci_dev_lock since hci_conn_params_(lookup|add) require this lock. Suggested-by: Miao-chen Chou Signed-off-by: Abhishek Pandit-Subedi --- net/bluetooth/mgmt.c | 8 1 file changed, 8 insertions(+) diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 2a732cab1dc99d..5e