aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap.c
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2010-07-13 10:57:12 -0400
committerMarcel Holtmann <marcel@holtmann.org>2010-07-21 13:39:12 -0400
commitdd135240e8e10295f7e7cdf347800df6e1841437 (patch)
tree65166f3ec06c982a52041d5d66853ad1dd575abe /net/bluetooth/l2cap.c
parentce5706bd69be6b25715ed6cd48a210b5080032bc (diff)
Bluetooth: Update L2CAP version information
We did some changes on the L2CAP configuration process and its behaviour is bit different now. That justifies a updated on the L2CAP version. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/l2cap.c')
-rw-r--r--net/bluetooth/l2cap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c
index 67a6f59873aa..cdd608d72741 100644
--- a/net/bluetooth/l2cap.c
+++ b/net/bluetooth/l2cap.c
@@ -54,7 +54,7 @@
54#include <net/bluetooth/hci_core.h> 54#include <net/bluetooth/hci_core.h>
55#include <net/bluetooth/l2cap.h> 55#include <net/bluetooth/l2cap.h>
56 56
57#define VERSION "2.14" 57#define VERSION "2.15"
58 58
59static int enable_ertm = 0; 59static int enable_ertm = 0;
60 60