Page MenuHomeFreeBSD

LinuxKPI: 802.11: Fix definition of IEEE80211_HT_CAP_RX_STBC
ClosedPublic

Authored by bz on Wed, Jun 5, 10:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 21, 2:38 PM
Unknown Object (File)
Fri, Jun 21, 2:38 PM
Unknown Object (File)
Fri, Jun 21, 12:48 PM
Unknown Object (File)
Fri, Jun 21, 12:48 PM
Unknown Object (File)
Fri, Jun 21, 12:48 PM
Unknown Object (File)
Thu, Jun 20, 4:22 AM
Unknown Object (File)
Wed, Jun 12, 4:11 AM
Unknown Object (File)
Mon, Jun 10, 2:45 AM

Details

Summary

IEEE80211_HT_CAP_RX_STBC was set to 0x100 instead of 0x300.
Correct to get the expected behavior.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Fixes: b0f73768220e9 LinuxKPI: 802.11 header updates

Diff Detail

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

Event Timeline

bz requested review of this revision.Wed, Jun 5, 10:04 PM
sys/compat/linuxkpi/common/include/linux/ieee80211.h
270

There's a question here I cannot answer anymore; I believe the proper follow-up would be to actually define the to the net80211 values directly.
The only reason I can think of this doesn't work or not to do it is if there are naming conflicts or other header include collisions or "include-wars" to resolve between net80211 and linuxkpi.

Yeah, I remember hitting namespace clashes when trying to do this with some earlier linux driver ports. :(

This revision is now accepted and ready to land.Wed, Jun 5, 11:05 PM