From: Marcel Holtmann Date: Wed, 24 Mar 2021 14:10:59 +0000 (+0100) Subject: Bluetooth: Increment management interface revision X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d58cf00dcedb9882ba6e933443371444d8a23b77;p=linux.git Bluetooth: Increment management interface revision Increment the mgmt revision due to recent changes. Signed-off-by: Marcel Holtmann Signed-off-by: Luiz Augusto von Dentz --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 2426a0d38c80f..09e099c419f25 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,