From: Marcel Holtmann Date: Fri, 3 Apr 2020 19:44:06 +0000 (+0200) Subject: Bluetooth: Increment management interface revision X-Git-Tag: v5.8-rc1~165^2~503^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3679fe7d43c65e07f00afb216987f33e152ceb6f;p=thirdparty%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 7b9eac339c870..f8c0a4fc80906 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 16 +#define MGMT_REVISION 17 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,