From: Marcel Holtmann Date: Mon, 7 Dec 2020 10:02:09 +0000 (+0100) Subject: Bluetooth: Increment management interface revision X-Git-Tag: v5.11-rc1~169^2~97^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6ed8b78eae53788c5e80304b401c23896f86287;p=thirdparty%2Fkernel%2Flinux.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 754489e4e0655..fa0f7a4a1d2fc 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 18 +#define MGMT_REVISION 19 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,