Page MenuHomeFreeBSD

net80211: Implement ieee80211_setup_vht_rates()
ClosedPublic

Authored by adrian on Jan 23 2025, 2:38 AM.
Referenced Files
F164757365: D48607.id150003.diff
Mon, Aug 3, 5:40 PM
F164757352: D48607.id149899.diff
Mon, Aug 3, 5:40 PM
F164757341: D48607.id150164.diff
Mon, Aug 3, 5:40 PM
F164757340: D48607.id149847.diff
Mon, Aug 3, 5:40 PM
F164757329: D48607.id150149.diff
Mon, Aug 3, 5:39 PM
F164757266: D48607.diff
Mon, Aug 3, 5:39 PM
F164723444: D48607.id149899.diff
Mon, Aug 3, 8:50 AM
F164722756: D48607.id150149.diff
Mon, Aug 3, 8:46 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 Not Applicable
Unit
Tests Not Applicable

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.Feb 16 2025, 7:18 PM