]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Bluetooth: Increment management interface revision
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 23 Nov 2015 13:07:51 +0000 (15:07 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 23 Nov 2015 13:13:32 +0000 (14:13 +0100)
This patch increments the management interface revision due to
introduction of a new Get Advertising Size Information command and
various other fixes & improvements.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/mgmt.c

index e8a2f8baf958c8a0e6e1e7f36a5254973a379f63..3d9d2e4839c5d7041178b6418f79a00fc7c31c29 100644 (file)
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION   1
-#define MGMT_REVISION  10
+#define MGMT_REVISION  11
 
 static const u16 mgmt_commands[] = {
        MGMT_OP_READ_INDEX_LIST,