From: Marcel Holtmann Date: Thu, 30 Jul 2020 17:40:11 +0000 (+0200) Subject: Bluetooth: Increment management interface revision X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=79bf118957a1966344b247d240434d8047d02ac9;p=linux.git 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 4ec0fee803445..5bbe71002fb95 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,