Page MenuHomeFreeBSD

net80211: update IE list for 802.11-2020
ClosedPublic

Authored by bz on Jun 3 2025, 10:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 9, 6:40 PM
Unknown Object (File)
Thu, Apr 9, 7:10 AM
Unknown Object (File)
Thu, Apr 9, 1:37 AM
Unknown Object (File)
Wed, Apr 8, 10:42 PM
Unknown Object (File)
Mon, Mar 23, 2:19 PM
Unknown Object (File)
Mar 9 2026, 2:16 PM
Unknown Object (File)
Mar 9 2026, 8:32 AM
Unknown Object (File)
Feb 27 2026, 3:48 AM

Details

Summary

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 64624
Build 61508: arc lint + arc unit

Event Timeline

bz requested review of this revision.Jun 3 2025, 10:22 PM

looks ok

sys/net80211/ieee80211.h
1143

shall we remove this one, similar to no IEEE80211_ELEMID_RESERVED_49 below? And 2 and 4 above?

sys/net80211/ieee80211.h
1143

ifconfig still knows about it. I wonder why it was added with f280f93df7950572c70e8e923fa0559b1a489b9b . Should ask JRO

bz marked an inline comment as done.Jun 3 2025, 11:52 PM
bz added inline comments.
sys/net80211/ieee80211.h
1111

Still used inside net80211 and ifconfig. Needs separate cleanup eventually.

1114

Like 2.

1143

That said I'll queue it up as a follow-up change to clean it up. I really cannot remember that 47 was used for anything at any time so it would need to stay reserved to not be re-used.

This revision is now accepted and ready to land.Jun 4 2025, 2:21 PM
This revision was automatically updated to reflect the committed changes.