Page MenuHomeFreeBSD

net80211: add ieee80211_vht_node_check_valid_mcs()
ClosedPublic

Authored by adrian on Jan 23 2025, 2:39 AM.
Referenced Files
F137943997: D48610.id150006.diff
Thu, Nov 27, 12:57 PM
F137892268: D48610.id149739.diff
Wed, Nov 26, 11:03 PM
F137885851: D48610.id151105.diff
Wed, Nov 26, 9:20 PM
Unknown Object (File)
Tue, Nov 25, 3:08 AM
Unknown Object (File)
Fri, Nov 21, 7:14 AM
Unknown Object (File)
Wed, Nov 19, 4:49 AM
Unknown Object (File)
Fri, Nov 14, 3:02 PM
Unknown Object (File)
Wed, Nov 12, 10:57 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 62132
Build 59016: arc lint + arc unit

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!