jca@ points out that the field I split in iwx(4) Rx descriptors is in a union.
authorstsp <stsp@openbsd.org>
Tue, 14 Feb 2023 12:14:07 +0000 (12:14 +0000)
committerstsp <stsp@openbsd.org>
Tue, 14 Feb 2023 12:14:07 +0000 (12:14 +0000)
commit7875a01294023658517e9b93bb7e08368353dce7
tree47d6fce7c1a238fa92a5f2fb208bfa2358c77554
parentd765bd22e38f1c4745783a0830d2390631698bc5
jca@ points out that the field I split in iwx(4) Rx descriptors is in a union.
Keep semantics of the field intact by wrapping the split values in struct { }.
Again no size change, because of union semantics.

diff from jca@ with request to commit if ok, thanks!
build-tested again + ok tb@
sys/dev/pci/if_iwxreg.h