diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-26 19:21:02 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-26 19:21:02 +0000 | 
| commit | a2c6ef2451d7677c976beebe7251ed0de9d3d392 (patch) | |
| tree | d7591969ff3b41a46c679ee991be4e955aa805a3 | |
| parent | 8be6e8b5936c34b4f826af0b91bb1df565a083f1 (diff) | |
Remove variable data from information request structure
| -rw-r--r-- | include/l2cap.h | 1 | 
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 | 
