linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix Inquiry command support in HCI request framework
@ 2013-03-27 23:04 Andre Guedes
  2013-03-27 23:04 ` [PATCH v2 1/3] Bluetooth: Fix " Andre Guedes
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andre Guedes @ 2013-03-27 23:04 UTC (permalink / raw)
  To: linux-bluetooth

Hi all,

This v2 implements the following comments about the previous patch set:
 - Consider commands (which don't send Command Complete Event) as completed
   based on Command Status Event.
 - Remove hci_req_cmd_status function.

Thus, for those HCI commands which don't send Command Complete Event, the HCI
request framework considers they have completed when the Command Status Event
is received. 

Regards,

Andre

Andre Guedes (3):
  Bluetooth: Fix HCI request framework
  Bluetooth: Fix hci_inquiry
  Bluetooth: Remove hci_req_cmd_status

 include/net/bluetooth/hci_core.h |  1 -
 net/bluetooth/hci_core.c         | 39 +++++++++++++--------------------------
 net/bluetooth/hci_event.c        | 11 ++++++-----
 3 files changed, 19 insertions(+), 32 deletions(-)

-- 
1.8.1.2


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

end of thread, other threads:[~2013-04-04  8:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27 23:04 [PATCH v2 0/3] Fix Inquiry command support in HCI request framework Andre Guedes
2013-03-27 23:04 ` [PATCH v2 1/3] Bluetooth: Fix " Andre Guedes
2013-03-27 23:04 ` [PATCH v2 2/3] Bluetooth: Fix hci_inquiry Andre Guedes
2013-03-27 23:04 ` [PATCH v2 3/3] Bluetooth: Remove hci_req_cmd_status Andre Guedes
2013-04-02  7:07 ` [PATCH v2 0/3] Fix Inquiry command support in HCI request framework Johan Hedberg
2013-04-04  8:26 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).