vw-bap.h: Fix payload length commend
authornorly <ny-git@enpas.org>
Sun, 23 Apr 2017 15:18:27 +0000 (17:18 +0200)
committernorly <ny-git@enpas.org>
Sun, 23 Apr 2017 15:18:49 +0000 (17:18 +0200)
vw-bap.h

index 7bccdfd0cc79b7117313c93ecb39d908bfba9b74..656ff0e8a7eb1f2a88b636b4f4bedc59f240cb3c 100644 (file)
--- a/vw-bap.h
+++ b/vw-bap.h
@@ -38,11 +38,7 @@ struct BAP_Frame {
         */
        BAP_Function function;
 
-       /* Payload length, up to 2^12 = 4096 bytes.
-        *
-        * 4095 bytes according to:
-        * http://www.itwissen.info/BCL-BAP-communication-layer.html
-        */
+       /* Payload length, up to 2^12-1 = 4095 bytes. */
        BAP_FrameLen len;