diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-06-18 12:58:03 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-06-18 13:11:46 -0400 |
commit | e58627d1ec840ee2d8aca5aeae9899319b58e8f0 (patch) | |
tree | e1912c858f588d71705d04fd975fc906504ff215 /net/bluetooth/mgmt.c | |
parent | db25be6657a56ba2d68aae1f90d796f527f65689 (diff) |
Bluetooth: Increment management interface revision
This patch increments the management interface revision due to
introduction of new multi-advertising feature and various bug fixes.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-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 b132032f5710..2fe6f3bfc579 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c | |||
@@ -38,7 +38,7 @@ | |||
38 | #include "mgmt_util.h" | 38 | #include "mgmt_util.h" |
39 | 39 | ||
40 | #define MGMT_VERSION 1 | 40 | #define MGMT_VERSION 1 |
41 | #define MGMT_REVISION 9 | 41 | #define MGMT_REVISION 10 |
42 | 42 | ||
43 | static const u16 mgmt_commands[] = { | 43 | static const u16 mgmt_commands[] = { |
44 | MGMT_OP_READ_INDEX_LIST, | 44 | MGMT_OP_READ_INDEX_LIST, |