From: Marcel Holtmann Date: Tue, 27 Mar 2012 16:49:02 +0000 (+0200) Subject: Bluetooth: Update management interface revision X-Git-Tag: next-20120402~35^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7cb2a5dc9eae4634a3e5c2bb0283869fefbc7255;p=karo-tx-linux.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: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 79b0ae2891ba..5a56e0cddef7 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -38,7 +38,7 @@ bool enable_hs; bool enable_le; #define MGMT_VERSION 1 -#define MGMT_REVISION 0 +#define MGMT_REVISION 1 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,