Page MenuHomeFreeBSD

net80211: add node VHT transmit rate helper functions
ClosedPublic

Authored by adrian on Jan 23 2025, 2:38 AM.
Referenced Files
F111895268: D48609.id149901.diff
Sun, Mar 9, 10:47 PM
Unknown Object (File)
Sat, Mar 1, 3:55 PM
Unknown Object (File)
Thu, Feb 27, 12:16 AM
Unknown Object (File)
Sun, Feb 23, 7:42 PM
Unknown Object (File)
Fri, Feb 21, 8:20 PM
Unknown Object (File)
Fri, Feb 21, 1:22 PM
Unknown Object (File)
Thu, Feb 13, 11:12 PM
Unknown Object (File)
Wed, Feb 12, 4:12 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 61987
Build 58871: arc lint + arc unit

Event Timeline

Apart from the consistency I am fine with this too.

sys/net80211/ieee80211_node.c
3256

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
3256

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.Sun, Feb 16, 8:54 PM