aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
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 /net/bluetooth
parentBluetooth: hci_core: increase max adv inst (diff)
downloadlinux-dev-e58627d1ec840ee2d8aca5aeae9899319b58e8f0.tar.xz
linux-dev-e58627d1ec840ee2d8aca5aeae9899319b58e8f0.zip
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 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,