diff mbox series

[2/2] Bluetooth: Increment management interface revision

Message ID 20200402132956.642267-2-marcel@holtmann.org (mailing list archive)
State Superseded
Delegated to: Johan Hedberg
Headers show
Series [1/2] Bluetooth: Add support for reading security information | expand

Commit Message

Marcel Holtmann April 2, 2020, 1:29 p.m. UTC
Increment the mgmt revision due to the recently added new commands.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 7b9eac339c87..f8c0a4fc8090 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	16
+#define MGMT_REVISION	17
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,