From: Marcel Holtmann Date: Thu, 30 Jul 2020 17:40:11 +0000 (+0200) Subject: Bluetooth: Increment management interface revision X-Git-Tag: v5.9-rc1~133^2~89^2~1 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/79bf118957a1966344b247d240434d8047d02ac9 Bluetooth: Increment management interface revision Increment the mgmt revision due to the recently added new commands. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 4ec0fee80344..5bbe71002fb9 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 17 +#define MGMT_REVISION 18 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,