diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-03-10 17:04:52 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-03-11 03:28:41 -0400 |
commit | beb1c21b8ed4dc8aadead65885e89d60a727c54d (patch) | |
tree | 906485f1f3282a17179c5c9cf8fb89bb6e90de60 /net/bluetooth | |
parent | bf906b3db3c2b4f5d4db1db5f35796629c531ac4 (diff) |
Bluetooth: Increment management interface revision
This patch increments the management interface revision due to
introduction of new static address setting and fixes for the
fast connectable feature.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 600636c00d34..025f29bf1f1a 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c | |||
@@ -37,7 +37,7 @@ | |||
37 | #include "smp.h" | 37 | #include "smp.h" |
38 | 38 | ||
39 | #define MGMT_VERSION 1 | 39 | #define MGMT_VERSION 1 |
40 | #define MGMT_REVISION 8 | 40 | #define MGMT_REVISION 9 |
41 | 41 | ||
42 | static const u16 mgmt_commands[] = { | 42 | static const u16 mgmt_commands[] = { |
43 | MGMT_OP_READ_INDEX_LIST, | 43 | MGMT_OP_READ_INDEX_LIST, |