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)
Wed, Oct 8, 8:46 PM
Unknown Object (File)
Thu, Oct 2, 7:21 AM
Unknown Object (File)
Thu, Oct 2, 2:06 AM
Unknown Object (File)
Wed, Oct 1, 9:53 PM
Unknown Object (File)
Wed, Sep 24, 3:20 AM
Unknown Object (File)
Wed, Sep 24, 3:07 AM
Unknown Object (File)
Wed, Sep 17, 12:37 PM
Unknown Object (File)
Sep 14 2025, 5:17 PM

Details

Summary

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.