summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-06-18 18:58:03 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-06-18 20:11:46 +0300
commite58627d1ec840ee2d8aca5aeae9899319b58e8f0 (patch)
treee1912c858f588d71705d04fd975fc906504ff215
parentdb25be6657a56ba2d68aae1f90d796f527f65689 (diff)
downloadlinux-e58627d1ec840ee2d8aca5aeae9899319b58e8f0.tar.gz
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>
-rw-r--r--net/bluetooth/mgmt.c2
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 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	9
+#define MGMT_REVISION	10
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,