From: Marcel Holtmann Date: Sun, 8 Mar 2020 08:12:50 +0000 (+0100) Subject: Bluetooth: Increment management interface revision X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=985048f42714823ff55f24cd422cfe7651019710;p=linux.git Bluetooth: Increment management interface revision Increment the mgmt revision due to the recently added setting and command. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 4abb5daeeca88..4da48618b271f 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 15 +#define MGMT_REVISION 16 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,