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.
Details
Details
- Reviewers
bz - Group Reviewers
wireless - Commits
- rG7b0e3c5b2b74: net80211: add ieee80211_vht_node_check_tx_valid_mcs()
Diff Detail
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
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? |
Comment Actions
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!
This should be sorted, it was missed when arm was added, but that shouldn't mean we do the same with AArch64.