diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-05-09 04:18:42 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2014-05-09 15:05:57 +0300 |
commit | b75cf9cd162244fe1c29691a21acfb1e657101a7 (patch) | |
tree | b3492d3087567b2d0f42bf04b051813129a5b574 /net/bluetooth/mgmt.c | |
parent | 10d4c6736ea6e6ff293dd588551270bca00ca45d (diff) | |
download | linux-b75cf9cd162244fe1c29691a21acfb1e657101a7.tar.gz linux-b75cf9cd162244fe1c29691a21acfb1e657101a7.tar.bz2 linux-b75cf9cd162244fe1c29691a21acfb1e657101a7.zip |
Bluetooth: Increment management interface revision
This patch increments the management interface revision due to the
changes with the Device Found management event and other fixes.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r-- | net/bluetooth/mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 54abbce3a39e..f2a9422d6139 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -34,7 +34,7 @@ #include "smp.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 5 +#define MGMT_REVISION 6 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST, |