summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-02 12:18:31 (GMT)
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-02 13:24:03 (GMT)
commit9ab8cf372977d1f89ebeb6201b6cf7a6774b9272 (patch)
tree52330d309377a346b1ff86c09557203e1461c217 /net
parent11802b299f3337441d649dcb035a98ec1ff67ade (diff)
downloadlinux-fsl-qoriq-9ab8cf372977d1f89ebeb6201b6cf7a6774b9272.tar.xz
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')
-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,