summaryrefslogtreecommitdiff
path: root/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-06-18 16:58:03 (GMT)
committerJohan Hedberg <johan.hedberg@intel.com>2015-06-18 17:11:46 (GMT)
commite58627d1ec840ee2d8aca5aeae9899319b58e8f0 (patch)
treee1912c858f588d71705d04fd975fc906504ff215 /net/bluetooth
parentdb25be6657a56ba2d68aae1f90d796f527f65689 (diff)
downloadlinux-e58627d1ec840ee2d8aca5aeae9899319b58e8f0.tar.xz
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')
-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 b132032..2fe6f3b 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,