Blob Blame History Raw
From: Marcel Holtmann <marcel@holtmann.org>
Date: Wed, 26 Jan 2022 18:30:12 +0100
Subject: Bluetooth: Increment management interface revision
Patch-mainline: v5.18-rc1
Git-commit: 91cb4c19118a19470a9d7d6dbdf64763bbbadcde
References: jsc#PED-1407

Increment the mgmt revision due to recent changes.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Acked-by: Lee, Chun-Yi <jlee@suse.com>
---
 net/bluetooth/mgmt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -42,7 +42,7 @@
 #include "aosp.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	21
+#define MGMT_REVISION	22
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,