Bluetooth: Increment management interface revision
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 9 Mar 2016 15:52:24 +0000 (17:52 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 10 Mar 2016 18:51:30 +0000 (19:51 +0100)
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>
net/bluetooth/mgmt.c

index 2ca355519d797d23c26bee3efeed0b800417ec1e..c856fb65812c4b41e837f2c7aaa9b54623a3aef2 100644 (file)
@@ -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,
This page took 0.02764 seconds and 5 git commands to generate.