diff options
| author | Lin Ma <linma@zju.edu.cn> | 2025-04-06 14:11:23 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-04-07 09:55:03 +0000 |
| commit | 8aa6ae9a6c3f7238ce12c012c6917f7c0bb428cc (patch) | |
| tree | ec6684a412944f93fedbb3912e66bd2aaf5e9b87 /sys/linux/dev_nbd.txt.const | |
| parent | 2f0c9720676781fb413d5b7474caded855d67381 (diff) | |
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 <linma@zju.edu.cn>
Diffstat (limited to 'sys/linux/dev_nbd.txt.const')
| -rw-r--r-- | sys/linux/dev_nbd.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
