All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Increment management interface revision
@ 2021-06-15 19:23 Marcel Holtmann
  2021-06-15 20:07 ` bluez.test.bot
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2021-06-15 19:23 UTC (permalink / raw)
  To: linux-bluetooth

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 --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index d1bf5a55ff85..3663f880df11 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	20
+#define MGMT_REVISION	21
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] Bluetooth: Increment management interface revision
@ 2022-01-26 17:30 Marcel Holtmann
  2022-01-26 18:01 ` bluez.test.bot
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2022-01-26 17:30 UTC (permalink / raw)
  To: linux-bluetooth

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 --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 08d6494f1b34..5dd684e0b259 100644
--- 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,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] Bluetooth: Increment management interface revision
@ 2020-12-07 10:02 Marcel Holtmann
  2020-12-07 11:08 ` bluez.test.bot
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2020-12-07 10:02 UTC (permalink / raw)
  To: linux-bluetooth

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 --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 754489e4e065..fa0f7a4a1d2f 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	18
+#define MGMT_REVISION	19
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-27 20:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 19:23 [PATCH] Bluetooth: Increment management interface revision Marcel Holtmann
2021-06-15 20:07 ` bluez.test.bot
2021-06-23 18:20   ` Luiz Augusto von Dentz
  -- strict thread matches above, loose matches on Subject: below --
2022-01-26 17:30 [PATCH] " Marcel Holtmann
2022-01-26 18:01 ` bluez.test.bot
2022-01-27 20:36   ` Luiz Augusto von Dentz
2020-12-07 10:02 [PATCH] " Marcel Holtmann
2020-12-07 11:08 ` bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.