summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2011-01-04 10:54:26 +0100
committerGustavo F. Padovan <padovan@profusion.mobi>2011-02-08 04:40:05 +0100
commitebc99feba7378349e2bfae7018af062767382f6c (patch)
tree9b96786754f82be87e562c15c9defc88e46db855 /include
parentBluetooth: Unify mode related management messages to a single struct (diff)
downloadlinux-ebc99feba7378349e2bfae7018af062767382f6c.tar.xz
linux-ebc99feba7378349e2bfae7018af062767382f6c.zip
Bluetooth: Add flag to track managment controlled adapters
This patch adds a HCI_MGMT flag to track adapters which are under the control of the management interface. This is needed to make sure that new kernels will work with old user space versions. I.e. behaviour which could break old user space versions (but is needed by the management interface) should not be exhibited when the HCI_MGMT flag is not set. Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 51c9df16e764..469f8fdb2f5d 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -79,6 +79,7 @@ enum {
HCI_SETUP,
HCI_AUTO_OFF,
+ HCI_MGMT,
};
/* HCI ioctl defines */