Page MenuHomeFreeBSD

net80211/LinuxKPI: add more radiotap definitions
ClosedPublic

Authored by bz on Jun 4 2021, 5:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 2, 2:00 AM
Unknown Object (File)
Fri, Jul 31, 11:36 PM
Unknown Object (File)
Mon, Jul 20, 11:50 PM
Unknown Object (File)
Jun 30 2026, 2:25 PM
Unknown Object (File)
Jun 24 2026, 5:34 PM
Unknown Object (File)
Jun 23 2026, 6:47 PM
Unknown Object (File)
Jun 22 2026, 8:04 PM
Unknown Object (File)
Jun 18 2026, 4:12 PM

Details

Summary

Add more raditap defintions based on "names" found in actual drivers
and based on documentation from www.radiotap.org (where avail).

Leave one specific "duplicate" in the LinuxKPI implementation but
otherwise manae it all in net80211.

Sponsored by: The FreeBSD Foundation
MFC after: 10 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 4 2021, 5:55 PM

I am not sure where the already present "VHT" ones came from (tcpdump maybe?) but we don't seem to use them in any driver.
Is there any other out-of-tree work depending on them?

This revision is now accepted and ready to land.Jun 4 2021, 9:04 PM
sam added a subscriber: sam.

I suspect following what's in wireshark is more important than radiotap.org.

In D30641#688505, @sam wrote:

I suspect following what's in wireshark is more important than radiotap.org.

Thanks for the link!

This revision was automatically updated to reflect the committed changes.