From: Marcel Holtmann Date: Tue, 10 Mar 2015 21:04:52 +0000 (-0700) Subject: Bluetooth: Increment management interface revision X-Git-Tag: v4.1-rc1~128^2~244^2~23 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=beb1c21b8ed4dc8aadead65885e89d60a727c54d;p=karo-tx-linux.git Bluetooth: Increment management interface revision This patch increments the management interface revision due to introduction of new static address setting and fixes for the fast connectable feature. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 600636c00d34..025f29bf1f1a 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -37,7 +37,7 @@ #include "smp.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 8 +#define MGMT_REVISION 9 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,