diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2013-03-15 17:06:56 -0500 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2013-03-18 14:02:01 -0300 |
commit | 2908fe31cf6b8d3a975efb567347f85e724f4e81 (patch) | |
tree | 81ddf20af1ba117b65e064a6b682186503026cbc /include/net/bluetooth | |
parent | 92da609750e75d5f46e809fd42e0cace61f6f4d5 (diff) | |
download | op-kernel-dev-2908fe31cf6b8d3a975efb567347f85e724f4e81.zip op-kernel-dev-2908fe31cf6b8d3a975efb567347f85e724f4e81.tar.gz |
Bluetooth: Remove useless HCI_PENDING_CLASS flag
Now that class related operations are tracked through asynchronous HCI
requests this flag is no longer needed.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 7f12c25f..1e723c7 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -119,7 +119,6 @@ enum { HCI_CONNECTABLE, HCI_DISCOVERABLE, HCI_LINK_SECURITY, - HCI_PENDING_CLASS, HCI_PERIODIC_INQ, }; |