Page MenuHomeFreeBSD

net80211: add node VHT transmit rate helper functions
ClosedPublic

Authored by adrian on Jan 23 2025, 2:38 AM.
Referenced Files
Unknown Object (File)
Mon, Apr 7, 9:29 AM
Unknown Object (File)
Sat, Mar 22, 11:17 AM
Unknown Object (File)
Mar 10 2025, 5:34 PM
Unknown Object (File)
Mar 10 2025, 9:39 AM
Unknown Object (File)
Mar 10 2025, 6:20 AM
Unknown Object (File)
Mar 10 2025, 5:50 AM
Unknown Object (File)
Mar 10 2025, 5:21 AM
Unknown Object (File)
Mar 10 2025, 5:09 AM

Details

Summary
  • add a node VHT transmit function, which configures the parameters accordingly.
  • add a node VHT transmit function which just copies in another ieee80211_node_txrate struct.

Diff Detail

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

Event Timeline

Apart from the consistency I am fine with this too.

sys/net80211/ieee80211_node.c
3274

I am confused by argument order here. Even below they are assigned in different order. Can we for consistency always have one first and the other second and not one this one that? It'll save accidents.

bz added inline comments.
sys/net80211/ieee80211_node.c
3274

Turns out it's left/first or right/second depending on where to look. So maybe ignore this. Case might be lost.

This revision is now accepted and ready to land.Feb 16 2025, 8:54 PM