From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Johan Hedberg To: linux-bluetooth@vger.kernel.org Subject: [PATCH v2 0/6] Bluetooth: HCI command synchronisation fixes Date: Wed, 6 Mar 2013 09:29:22 +0200 Message-Id: <1362554968-22174-1-git-send-email-johan.hedberg@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, This is otherwise the same as the previous 5-patch set but I had forgotten "Fix busy condition testing for EIR and class updates" from it. From the original cover letter: This set of patches fixes HCI command synchronization for powered, UUID and Class of Device related mgmt commands. It fixes these issues by using asynchronous requests to wait for the completion of the associated HCI commands and only then responds to user space with a mgmt command complete event. ---------------------------------------------------------------- Johan Hedberg (6): Bluetooth: Move power on HCI command updates to their own function Bluetooth: Update mgmt powered HCI commands to use async requests Bluetooth: Wait for HCI command completion with mgmt_set_powered Bluetooth: Fix busy condition testing for EIR and class updates Bluetooth: Fix UUID/class mgmt command response synchronization Bluetooth: Remove useless HCI_PENDING_CLASS flag include/net/bluetooth/hci.h | 1 - net/bluetooth/hci_event.c | 3 +- net/bluetooth/mgmt.c | 333 +++++++++++++++++++++++++++++-------------- 3 files changed, 226 insertions(+), 111 deletions(-)