summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohan Hedberg2013-03-15 23:06:56 +0100
committerGustavo Padovan2013-03-18 18:02:01 +0100
commit2908fe31cf6b8d3a975efb567347f85e724f4e81 (patch)
tree81ddf20af1ba117b65e064a6b682186503026cbc /include/net
parentBluetooth: Fix UUID/class mgmt command response synchronization (diff)
downloadkernel-qcow2-linux-2908fe31cf6b8d3a975efb567347f85e724f4e81.tar.gz
kernel-qcow2-linux-2908fe31cf6b8d3a975efb567347f85e724f4e81.tar.xz
kernel-qcow2-linux-2908fe31cf6b8d3a975efb567347f85e724f4e81.zip
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')
-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 7f12c25f1fca..1e723c76a8f6 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,
};