diff options
| author | TheOfficialFloW <theflow@google.com> | 2020-06-13 15:16:31 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-14 09:01:52 +0200 |
| commit | 2e9b5f5949dcd74bf08de7af33d59307ca475307 (patch) | |
| tree | ebd4c7e4091238f76cd60b275a2f5a95d4d7cd56 /sys/linux | |
| parent | a61674a581eb1b73f153086698d4aea066dcd41b (diff) | |
sys/linux/l2cap.txt: fix structs
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/l2cap.txt | 4 |
1 files 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] +} |
