From: Johan Hedberg Date: Wed, 9 Mar 2016 15:52:24 +0000 (+0200) Subject: Bluetooth: Increment management interface revision X-Git-Tag: v4.6-rc1~91^2~44^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c176cec42e4b0deeed901fc363bf4235c5ca96a;p=thirdparty%2Fkernel%2Flinux.git Bluetooth: Increment management interface revision Increment the mgmt revision due to the recently added limited privacy mode. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 2ca355519d797..c856fb65812c4 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 11 +#define MGMT_REVISION 12 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,