diff mbox series

[v2,5/5] Bluetooth: Increment management interface revision

Message ID 20210324141059.88009-5-marcel@holtmann.org
State Accepted
Commit d58cf00dcedb9882ba6e933443371444d8a23b77
Headers show
Series [v2,1/5] Bluetooth: Add missing entries for PHY configuration commands | expand

Commit Message

Marcel Holtmann March 24, 2021, 2:10 p.m. UTC
Increment the mgmt revision due to recent changes.

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 2426a0d38c80..09e099c419f2 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -40,7 +40,7 @@ 
 #include "msft.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	19
+#define MGMT_REVISION	20
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,