]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Track received events in hdev
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 2 Apr 2013 10:34:31 +0000 (13:34 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 4 Apr 2013 16:16:04 +0000 (19:16 +0300)
commit0355a00967b876d47bf3fd98d2bf163a239d7722
treeacb90fd3ac15d2e879a2f1df5a5992b9c3d40afd
parentee38f4e256993f01ab8c6f0dc3f878e623bacb71
Bluetooth: Track received events in hdev

This patch adds tracking of received HCI events to the hci_dev struct.
This is necessary so that a subsequent patch can implement a function
for sending a single command synchronously and returning the resulting
command complete parameters in the function return value.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c