From 8aa6ae9a6c3f7238ce12c012c6917f7c0bb428cc Mon Sep 17 00:00:00 2001 From: Lin Ma Date: Sun, 6 Apr 2025 14:11:23 +0000 Subject: sys/linux: fix error defined attributes Definitions for attribute `NBD_ATTR_SOCKETS`, `NL80211_ATTR_BSS_SELECT`, `NL80211_ATTR_PEER_MEASUREMENTS`, and `NL80211_ATTR_SCHED_SCAN_MATCH` have some errors. Fix them carefully, Check related parse functions: nbd_genl_reconfigure, parse_bss_select, nl80211_pmsr_start and nl80211_parse_sched_scan for details. Signed-off-by: Lin Ma --- sys/linux/dev_nbd.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_nbd.txt.const') diff --git a/sys/linux/dev_nbd.txt.const b/sys/linux/dev_nbd.txt.const index aede65bad..801a70c4f 100644 --- a/sys/linux/dev_nbd.txt.const +++ b/sys/linux/dev_nbd.txt.const @@ -35,6 +35,7 @@ NBD_SET_SIZE_BLOCKS = 43783, mips64le:ppc64le:536914695 NBD_SET_SOCK = 43776, mips64le:ppc64le:536914688 NBD_SET_TIMEOUT = 43785, mips64le:ppc64le:536914697 NBD_SOCK_FD = 1 +NBD_SOCK_ITEM = 1 SOCK_STREAM = 1, mips64le:2 __NR_ioctl = 54, amd64:16, arm64:riscv64:29, mips64le:5015 __NR_sendmsg = 211, 386:s390x:370, amd64:46, arm:296, mips64le:5045, ppc64le:341 -- cgit mrf-deployment