From: Gustavo F. Padovan Date: Tue, 13 Jul 2010 14:57:12 +0000 (-0300) Subject: Bluetooth: Update L2CAP version information X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dd135240e8e10295f7e7cdf347800df6e1841437;p=deliverable%2Flinux.git 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 Signed-off-by: Marcel Holtmann --- 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 @@ #include #include -#define VERSION "2.14" +#define VERSION "2.15" static int enable_ertm = 0;