aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2015-11-23 15:07:51 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-11-23 14:13:32 +0100
commitdc4270c0cd880f1b28dd48f2a31d869d22da941e (patch)
tree96048d338a5440f8baac3a6f6e13e8ab475c0eb9 /net/bluetooth/mgmt.c
parentBluetooth: Fix powering on with privacy and advertising (diff)
downloadlinux-dev-dc4270c0cd880f1b28dd48f2a31d869d22da941e.tar.xz
linux-dev-dc4270c0cd880f1b28dd48f2a31d869d22da941e.zip
Bluetooth: Increment management interface revision
This patch increments the management interface revision due to introduction of a new Get Advertising Size Information command and various other fixes & improvements. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-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 e8a2f8baf958..3d9d2e4839c5 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 10
+#define MGMT_REVISION 11
static const u16 mgmt_commands[] = {
MGMT_OP_READ_INDEX_LIST,