diff mbox series

Bluetooth: Increment management interface revision

Message ID 20200308081250.126797-1-marcel@holtmann.org
State Accepted
Commit 79bf118957a1966344b247d240434d8047d02ac9
Headers show
Series Bluetooth: Increment management interface revision | expand

Commit Message

Marcel Holtmann March 8, 2020, 8:12 a.m. UTC
Increment the mgmt revision due to the recently added setting and
command.

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 4abb5daeeca8..4da48618b271 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	15
+#define MGMT_REVISION	16
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,