summaryrefslogtreecommitdiff
path: root/vw-bap.h
diff options
context:
space:
mode:
Diffstat (limited to 'vw-bap.h')
-rw-r--r--vw-bap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/vw-bap.h b/vw-bap.h
index 7bccdfd..656ff0e 100644
--- 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;