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)
Oct 14 2024, 5:31 PM
Unknown Object (File)
Oct 7 2024, 8:29 PM
Unknown Object (File)
Oct 7 2024, 11:37 AM
Unknown Object (File)
Oct 4 2024, 11:48 AM
Unknown Object (File)
Oct 4 2024, 11:07 AM
Unknown Object (File)
Oct 4 2024, 7:04 AM
Unknown Object (File)
Oct 3 2024, 10:25 PM
Unknown Object (File)
Oct 3 2024, 1:16 AM

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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39709
Build 36598: arc lint + arc unit

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.