From: Johan Hedberg Date: Wed, 13 Jul 2016 07:57:18 +0000 (+0300) Subject: Bluetooth: Increment management interface revision X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87510973d6e137c33552b3365b5afbd5be81c5dd;p=linux-beck.git Bluetooth: Increment management interface revision Increment the mgmt revision due to the recently added new reason code for the Disconnected event. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 7983ec8d4c60..7639290b6de3 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 12 +#define MGMT_REVISION 13 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,