Page MenuHomeFreeBSD

net80211: Implement ieee80211_setup_vht_rates()
ClosedPublic

Authored by adrian on Jan 23 2025, 2:38 AM.
Referenced Files
Unknown Object (File)
Wed, Feb 26, 9:39 PM
Unknown Object (File)
Tue, Feb 18, 9:42 PM
Unknown Object (File)
Mon, Feb 17, 10:43 PM
Unknown Object (File)
Wed, Feb 12, 3:25 AM
Unknown Object (File)
Wed, Feb 12, 2:06 AM
Unknown Object (File)
Mon, Feb 10, 5:31 PM
Unknown Object (File)
Sat, Feb 8, 4:06 AM
Unknown Object (File)
Feb 4 2025, 4:54 AM

Details

Summary

Implement ieee80211_setup_vht_rates() - calculate the intersection between
the peers advertised RX VHT MCS map and the vap's configured TX map.

Whilst here, remove the unused vhtcap/vhtinfo fields; they're
already populated in the ieee80211_node before ieee80211_setup_vht_rates()
is called.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61958
Build 58842: arc lint + arc unit

Event Timeline

bz added a subscriber: bz.
bz added inline comments.
sys/net80211/ieee80211_vht.c
337

Could make the MIN an else case; no need to do it if one is "not supported".
I'll leave that to you if you want to do it just before commit; no need to do an extra update here.

This revision is now accepted and ready to land.Sun, Feb 16, 7:18 PM