All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Bluetooth: HCI command synchronisation fixes
@ 2013-03-06  7:29 Johan Hedberg
  2013-03-06  7:29 ` [PATCH v2 1/6] Bluetooth: Move power on HCI command updates to their own function Johan Hedberg
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Johan Hedberg @ 2013-03-06  7:29 UTC (permalink / raw)
  To: linux-bluetooth

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(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-03-06  7:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06  7:29 [PATCH v2 0/6] Bluetooth: HCI command synchronisation fixes Johan Hedberg
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

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.