From: Marcel Holtmann Date: Fri, 9 May 2014 11:18:42 +0000 (-0700) Subject: Bluetooth: Increment management interface revision X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b75cf9cd162244fe1c29691a21acfb1e657101a7;p=deliverable%2Flinux.git Bluetooth: Increment management interface revision This patch increments the management interface revision due to the changes with the Device Found management event and other fixes. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 54abbce3a39e..f2a9422d6139 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -34,7 +34,7 @@ #include "smp.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 5 +#define MGMT_REVISION 6 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,