From 2e9b5f5949dcd74bf08de7af33d59307ca475307 Mon Sep 17 00:00:00 2001 From: TheOfficialFloW Date: Sat, 13 Jun 2020 15:16:31 -0400 Subject: sys/linux/l2cap.txt: fix structs --- sys/linux/l2cap.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/linux/l2cap.txt b/sys/linux/l2cap.txt index 6a400ec01..c9fd6fe29 100644 --- a/sys/linux/l2cap.txt +++ b/sys/linux/l2cap.txt @@ -107,7 +107,7 @@ l2cap_conn_rsp { l2cap_conninfo { hci_handle int16 dev_class array[int8, 3] -} [packed] +} l2cap_create_chan_req { psm int16 @@ -216,4 +216,4 @@ l2cap_options { fcs int8 max_tx int8 txwin_size int16 -} [packed] +} -- cgit mrf-deployment