OSDN Git Service

Bluetooth: Increment management interface revision
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Dec 2020 10:02:09 +0000 (11:02 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 7 Dec 2020 15:02:00 +0000 (17:02 +0200)
Increment the mgmt revision due to the recently added new commands.

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

index 754489e..fa0f7a4 100644 (file)
@@ -40,7 +40,7 @@
 #include "msft.h"
 
 #define MGMT_VERSION   1
-#define MGMT_REVISION  18
+#define MGMT_REVISION  19
 
 static const u16 mgmt_commands[] = {
        MGMT_OP_READ_INDEX_LIST,