aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/bluetooth.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-09-08 18:07:07 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-09-19 20:19:34 +0200
commit4037a7747d7b5a3e5bb4d10fb9ea6e2fd8a23c3b (patch)
tree65a2799a9ae886724178dcbb4926ed16d59d4bfd /include/net/bluetooth/bluetooth.h
parentBluetooth: Fix reason code used for rejecting SCO connections (diff)
downloadlinux-dev-4037a7747d7b5a3e5bb4d10fb9ea6e2fd8a23c3b.tar.xz
linux-dev-4037a7747d7b5a3e5bb4d10fb9ea6e2fd8a23c3b.zip
Bluetooth: Increase the subsystem minor version number
While the subsystem version information are purely informational, increase the minor number due to the addition of user channel and management control monitoring suppport. It is helpful for debugging purposes to see the version numbers change. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/bluetooth.h')
-rw-r--r--include/net/bluetooth/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index d705bcf40710..0a1e21d7bce1 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -30,7 +30,7 @@
#include <linux/seq_file.h>
#define BT_SUBSYS_VERSION 2
-#define BT_SUBSYS_REVISION 21
+#define BT_SUBSYS_REVISION 22
#ifndef AF_BLUETOOTH
#define AF_BLUETOOTH 31