HomeFreeBSD

LinuxKPI: 802.11: fix field order in ieee80211_key_conf

Description

LinuxKPI: 802.11: fix field order in ieee80211_key_conf

When adding the new field link_id to struct ieee80211_key_conf, it
was erroneously placed at the end of the struct; the zero-length
(variable sized) array for the key always needs to stay last.
Resort fields and add hopefully helpful comment to avoid the problem
in the future.

Fixes: adff403fe7a87
MFC after: 3 days
Reviewed by: cc
Differential Revision: https://reviews.freebsd.org/D43635

Details

Provenance
bzAuthored on Jan 28 2024, 12:51 AM
Reviewer
cc
Differential Revision
D43635: LinuxKPI: 802.11: fix field order in ieee80211_key_conf
Parents
rGb6e9a7a2e251: Reapply "pkgbase: Create a FreeBSD-dtb package"
Branches
Unknown
Tags
Unknown