diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-02 16:18:31 +0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-02 17:24:03 +0400 |
commit | 9ab8cf372977d1f89ebeb6201b6cf7a6774b9272 (patch) | |
tree | 52330d309377a346b1ff86c09557203e1461c217 | |
parent | 11802b299f3337441d649dcb035a98ec1ff67ade (diff) | |
download | linux-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>
-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 461d5bb245a8..3b3ed0522fcf 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, |