2020-03-08 08:13:16

by Marcel Holtmann

[permalink] [raw]
Subject: [PATCH] Bluetooth: Increment management interface revision

Increment the mgmt revision due to the recently added setting and
command.

Signed-off-by: Marcel Holtmann <[email protected]>
---
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 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,
--
2.24.1


2020-03-08 08:58:30

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: Increment management interface revision

Hi Marcel,

On Sun, Mar 08, 2020, Marcel Holtmann wrote:
> Increment the mgmt revision due to the recently added setting and
> command.
>
> Signed-off-by: Marcel Holtmann <[email protected]>
> ---
> net/bluetooth/mgmt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan