From 056be1b9c8d0c6942412dea4a4a104978a0a9311 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 30 Jul 2020 13:06:51 +0200 Subject: 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. --- sys/linux/sys_amd64.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/sys_amd64.const') diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index 9df2b7b79..191b4d606 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -635,7 +635,7 @@ __NR_fcntl = 72 __NR_fdatasync = 75 __NR_finit_module = 313 __NR_flock = 73 -__NR_fsinfo = 442 +__NR_fsinfo = 441 __NR_fstat = 5 # __NR_fstat64 is not set # __NR_fstatat64 is not set @@ -732,7 +732,7 @@ __NR_pread64 = 17 __NR_preadv = 295 __NR_preadv2 = 327 __NR_prlimit64 = 302 -__NR_process_madvise = 443 +__NR_process_madvise = 442 __NR_process_vm_readv = 310 __NR_process_vm_writev = 311 __NR_pselect6 = 270 -- cgit mrf-deployment