From: Marcel Holtmann Date: Wed, 15 Jan 2020 20:35:32 +0000 (+0100) Subject: Bluetooth: Increment management interface revision X-Git-Tag: v5.6-rc1~151^2~12^2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=117717e57440d2b5e07da40c621aa4f0ba423b80;p=linux.git Bluetooth: Increment management interface revision Increment the mgmt revision due to the recently added commands. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 339c762eb6fd..0dc610faab70 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 14 +#define MGMT_REVISION 15 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,