summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-26 19:21:02 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-26 19:21:02 +0000
commita2c6ef2451d7677c976beebe7251ed0de9d3d392 (patch)
treed7591969ff3b41a46c679ee991be4e955aa805a3 /include
parent8be6e8b5936c34b4f826af0b91bb1df565a083f1 (diff)
Remove variable data from information request structure
Diffstat (limited to 'include')
-rw-r--r--include/l2cap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/l2cap.h b/include/l2cap.h
index 5c173e28..49006803 100644
--- a/include/l2cap.h
+++ b/include/l2cap.h
@@ -175,7 +175,6 @@ typedef struct {
typedef struct {
uint16_t type;
- uint8_t data[0];
} __attribute__ ((packed)) l2cap_info_req;
#define L2CAP_INFO_REQ_SIZE 2