summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-05-31 09:22:42 +0100
committerAndy Green <andy.green@linaro.org>2011-05-31 11:02:54 +0100
commit6bb088ca36e53537c737d8ee7918250dd3487969 (patch)
treedad9c88d1061dc34b1206d2675864346bc061d9a /include
parentf2cfedacd07aa7a9119cf69d453bb04439c3b02b (diff)
[PATCH] Bluetooth: Fix HCI_RESET command synchronization
We can't send new commands before a cmd_complete for the HCI_RESET command shows up. Reported-by: Mikko Vinni <mmvinni@yahoo.com> Reported-by: Justin P. Mattock <justinmattock@gmail.com> Reported-by: Ed Tomlinson <edt@aei.ca> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Tested-by: Justin P. Mattock <justinmattock@gmail.com> Tested-by: Mikko Vinni <mmvinni@yahoo.com> Tested-by: Ed Tomlinson <edt@aei.ca>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index dc74690112e..298589f1761 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -76,7 +76,6 @@ enum {
HCI_INQUIRY,
HCI_RAW,
-
HCI_RESET,
};