From: Johan Hedberg <johan.hedberg@gmail.com>
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 [thread overview]
Message-ID: <1362554968-22174-1-git-send-email-johan.hedberg@gmail.com> (raw)
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(-)
next reply other threads:[~2013-03-06 7:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-06 7:29 Johan Hedberg [this message]
2013-03-06 7:29 ` [PATCH v2 1/6] Bluetooth: Move power on HCI command updates to their own function Johan Hedberg
2013-03-06 7:29 ` [PATCH v2 2/6] Bluetooth: Update mgmt powered HCI commands to use async requests Johan Hedberg
2013-03-06 7:29 ` [PATCH v2 3/6] Bluetooth: Wait for HCI command completion with mgmt_set_powered Johan Hedberg
2013-03-06 7:29 ` [PATCH v2 4/6] Bluetooth: Fix busy condition testing for EIR and class updates Johan Hedberg
2013-03-06 7:29 ` [PATCH v2 5/6] Bluetooth: Fix UUID/class mgmt command response synchronization Johan Hedberg
2013-03-06 7:29 ` [PATCH v2 6/6] Bluetooth: Remove useless HCI_PENDING_CLASS flag Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362554968-22174-1-git-send-email-johan.hedberg@gmail.com \
--to=johan.hedberg@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.