summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-09-06 15:39:27 (GMT)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-09-19 01:27:30 (GMT)
commit23b3b1330abc643e1fbb7cfffcb6947e2583cff2 (patch)
tree35df9dbb39f3e7cdff1c74eca6caa3b4024368b5 /net/bluetooth/mgmt.c
parent92a25256f142d55e25f9959441cea6ddeabae57e (diff)
downloadlinux-fsl-qoriq-23b3b1330abc643e1fbb7cfffcb6947e2583cff2.tar.xz
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 <johan.hedberg@intel.com> Cc: stable@vger.kernel.org Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 8e1ab59..8934343 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,