OSDN Git Service

Bluetooth: Increment management interface revision
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 8 Mar 2020 08:12:50 +0000 (09:12 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 8 Mar 2020 08:49:47 +0000 (10:49 +0200)
Increment the mgmt revision due to the recently added setting and
command.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/mgmt.c

index 4abb5da..4da4861 100644 (file)
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION   1
-#define MGMT_REVISION  15
+#define MGMT_REVISION  16
 
 static const u16 mgmt_commands[] = {
        MGMT_OP_READ_INDEX_LIST,