Page MenuHomeFreeBSD

net80211: add ieee80211_vht_node_check_valid_mcs()
ClosedPublic

Authored by adrian on Jan 23 2025, 2:39 AM.
Referenced Files
Unknown Object (File)
Fri, Mar 28, 12:35 AM
Unknown Object (File)
Sun, Mar 9, 1:07 PM
Unknown Object (File)
Mar 7 2025, 2:48 PM
Unknown Object (File)
Mar 7 2025, 2:37 PM
Unknown Object (File)
Mar 7 2025, 9:57 AM
Unknown Object (File)
Mar 7 2025, 7:43 AM
Unknown Object (File)
Mar 7 2025, 7:30 AM
Unknown Object (File)
Mar 7 2025, 7:20 AM

Details

Summary

Introduce ieee80211_vht_node_check_valid_mcs(), which takes the
node, bandwidth, NSS and MCS and validates whether that is possible
to the given node.

Diff Detail

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

Event Timeline

bz requested changes to this revision.Feb 16 2025, 7:34 PM
bz added a subscriber: bz.
bz added inline comments.
sys/net80211/ieee80211_vht.c
1079

Forgive me; I don't like the name (and description). You are checking if it's valid for TX?

This revision now requires changes to proceed.Feb 16 2025, 7:34 PM

The description could also have enjoyed a update but fine.

This revision is now accepted and ready to land.Feb 17 2025, 2:43 PM

i'll (try to remember to!) update it when I land it. I've updated the body of the commit message in the diff, but not the summary (yet).

I don't wanna break the git arc workflow that depends on the summary line not changing!