Page MenuHomeFreeBSD

net80211: LinuxKPI: migrate HE defines to net80211, put correct values
ClosedPublic

Authored by bz on Jun 4 2025, 12:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 30, 3:37 AM
Unknown Object (File)
Wed, Apr 29, 12:52 AM
Unknown Object (File)
Tue, Apr 28, 4:58 PM
Unknown Object (File)
Tue, Apr 28, 6:50 AM
Unknown Object (File)
Tue, Apr 28, 1:30 AM
Unknown Object (File)
Mon, Apr 27, 6:24 AM
Unknown Object (File)
Sun, Apr 26, 3:26 PM
Unknown Object (File)
Thu, Apr 23, 11:59 AM

Details

Summary

Migrate most LinuxKPI 802.11 definitions for HE IEs to net80211.
During that process also properly define them as most of them only
had dummy values. Some of the definitions are sparse; that is, only
the bits used by drivers so far were listed and annotated with the
standards section.

There seems to be little point to mangle the names and have two copies
of all these bit field definitions. We can add "_S" (shift/mask)
variants to those we need in net80211 (if we do).

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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