diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-07-30 13:06:51 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-30 13:31:33 +0200 |
| commit | 056be1b9c8d0c6942412dea4a4a104978a0a9311 (patch) | |
| tree | 199b731ebbb5113a1ed0d5377926f2b6e68753b0 /sys/linux/sys_arm.const | |
| parent | b0947553167615d7bb1b67b22d2d080e5a5ab2cd (diff) | |
sys/linux: assorted improvements for vhci
Regenerate const files on next-20200729.
Change conn handle to 200 because it also seems to be matches
against phy_handle fields which are int8 (current 256 does not fit into int8).
Use 200 for all handle's and all phy_handle's.
Remove hci_evt_le_cis_req, it does not seem to be used in the kernel.
Restrict some event types and statuses.
Add rssi field to hci_ev_le_advertising_info.
Use bytesize for some of the data length fields.
Diffstat (limited to 'sys/linux/sys_arm.const')
| -rw-r--r-- | sys/linux/sys_arm.const | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const index 4b7760fb6..e235e184e 100644 --- a/sys/linux/sys_arm.const +++ b/sys/linux/sys_arm.const @@ -635,7 +635,7 @@ __NR_fcntl = 55 __NR_fdatasync = 148 __NR_finit_module = 379 __NR_flock = 143 -__NR_fsinfo = 442 +__NR_fsinfo = 441 __NR_fstat = 108 __NR_fstat64 = 197 __NR_fstatat64 = 327 @@ -732,7 +732,7 @@ __NR_pread64 = 180 __NR_preadv = 361 __NR_preadv2 = 392 __NR_prlimit64 = 369 -__NR_process_madvise = 443 +__NR_process_madvise = 442 __NR_process_vm_readv = 376 __NR_process_vm_writev = 377 __NR_pselect6 = 335 |
