summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-02 05:18:31 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-02 16:24:03 +0300
commit9ab8cf372977d1f89ebeb6201b6cf7a6774b9272 (patch)
tree52330d309377a346b1ff86c09557203e1461c217 /net/bluetooth
parent11802b299f3337441d649dcb035a98ec1ff67ade (diff)
downloadop-kernel-dev-9ab8cf372977d1f89ebeb6201b6cf7a6774b9272.zip
op-kernel-dev-9ab8cf372977d1f89ebeb6201b6cf7a6774b9272.tar.gz
Bluetooth: Increment management interface revision
This patch increments the management interface revision due to the various fixes, improvements and other changes that have gone in lately. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth')
-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 461d5bb..3b3ed05 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -33,7 +33,7 @@
#include <net/bluetooth/smp.h>
#define MGMT_VERSION 1
-#define MGMT_REVISION 3
+#define MGMT_REVISION 4
static const u16 mgmt_commands[] = {
MGMT_OP_READ_INDEX_LIST,
OpenPOWER on IntegriCloud