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)
Tue, May 12, 12:46 AM
Unknown Object (File)
Tue, May 12, 12:46 AM
Unknown Object (File)
Tue, May 12, 12:46 AM
Unknown Object (File)
Tue, May 12, 12:24 AM
Unknown Object (File)
Sun, May 3, 12:09 PM
Unknown Object (File)
Thu, Apr 30, 10:50 AM
Unknown Object (File)
Wed, Apr 29, 3:56 PM
Unknown Object (File)
Tue, Apr 28, 11:43 AM

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.