summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-09-08 16:07:07 (GMT)
committerMarcel Holtmann <marcel@holtmann.org>2016-09-19 18:19:34 (GMT)
commit4037a7747d7b5a3e5bb4d10fb9ea6e2fd8a23c3b (patch)
tree65a2799a9ae886724178dcbb4926ed16d59d4bfd /include/net
parent3c0975a7a1087add3bf873601f0270aa695d7616 (diff)
downloadlinux-4037a7747d7b5a3e5bb4d10fb9ea6e2fd8a23c3b.tar.xz
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')
-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 d705bcf..0a1e21d 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