From: Johan Hedberg Date: Thu, 6 Sep 2012 15:39:27 +0000 (+0300) Subject: Bluetooth: Update management interface revision X-Git-Tag: v3.7-rc1~145^2~31^2^2~65^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=23b3b1330abc643e1fbb7cfffcb6947e2583cff2;p=~emulex%2Finfiniband.git Bluetooth: Update management interface revision For each kernel release where commands or events are added to the management interface, the revision field should be increment by one. The increment should only happen once per kernel release and not for every command/event that gets added. The revision value is for informational purposes only, but this simple policy would make any future debugging a lot simple. Signed-off-by: Johan Hedberg Cc: stable@vger.kernel.org Signed-off-by: Gustavo Padovan --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 8e1ab59a9ce..8934343be0e 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -35,7 +35,7 @@ bool enable_hs; #define MGMT_VERSION 1 -#define MGMT_REVISION 1 +#define MGMT_REVISION 2 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,