Page MenuHomeFreeBSD

net80211: add node VHT transmit rate helper functions
ClosedPublic

Authored by adrian on Jan 23 2025, 2:38 AM.
Referenced Files
F142364641: D48609.id151525.diff
Mon, Jan 19, 3:13 AM
Unknown Object (File)
Sat, Jan 17, 3:21 AM
Unknown Object (File)
Fri, Jan 16, 8:31 PM
Unknown Object (File)
Fri, Jan 16, 8:29 PM
Unknown Object (File)
Wed, Jan 14, 11:45 AM
Unknown Object (File)
Wed, Jan 14, 11:10 AM
Unknown Object (File)
Mon, Jan 12, 3:04 PM
Unknown Object (File)
Fri, Dec 26, 8:29 PM

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