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/prctl_amd64.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/prctl_amd64.const') diff --git a/sys/linux/prctl_amd64.const b/sys/linux/prctl_amd64.const index aa6b1d9d0..bffab2a45 100644 --- a/sys/linux/prctl_amd64.const +++ b/sys/linux/prctl_amd64.const @@ -8,7 +8,7 @@ ARCH_MAP_VDSO_X32 = 8193 ARCH_SET_CPUID = 4114 ARCH_SET_FS = 4098 ARCH_SET_GS = 4097 -CAP_LAST_CAP = 39 +CAP_LAST_CAP = 40 PR_CAPBSET_DROP = 24 PR_CAPBSET_READ = 23 PR_CAP_AMBIENT = 47 -- cgit mrf-deployment