summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-03-09 17:52:24 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-03-10 19:51:30 +0100
commit9c176cec42e4b0deeed901fc363bf4235c5ca96a (patch)
tree42c639b07df61a03abda0ef34b872c4874993c72 /net/bluetooth
parent82a37adeedd38880940e2772ec1ae27a09353e5a (diff)
downloadlinux-0-day-9c176cec42e4b0deeed901fc363bf4235c5ca96a.tar.gz
linux-0-day-9c176cec42e4b0deeed901fc363bf4235c5ca96a.tar.xz
Bluetooth: Increment management interface revision
Increment the mgmt revision due to the recently added limited privacy mode. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
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 2ca355519d797..c856fb65812c4 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 11
+#define MGMT_REVISION 12
static const u16 mgmt_commands[] = {
MGMT_OP_READ_INDEX_LIST,