Page MenuHomeFreeBSD

net80211: add static initialisers for the ieee80211_node_txrate options
AcceptedPublic

Authored by adrian on Jan 23 2025, 2:45 AM.
Referenced Files
F110978245: D48614.id150813.diff
Tue, Feb 25, 5:33 PM
Unknown Object (File)
Sun, Feb 23, 4:30 AM
Unknown Object (File)
Tue, Feb 18, 11:20 PM
Unknown Object (File)
Thu, Feb 13, 6:25 PM
Unknown Object (File)
Wed, Feb 12, 5:31 AM
Unknown Object (File)
Sun, Feb 9, 10:48 AM
Unknown Object (File)
Sat, Feb 8, 9:34 PM
Unknown Object (File)
Sat, Feb 8, 9:14 PM

Details

Reviewers
thj
bz
Group Reviewers
wireless
Summary

Add static initialisers for legacy, ht and vht rates.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62138
Build 59022: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Tue, Jan 28, 10:01 AM
bz added inline comments.
sys/net80211/ieee80211_node.h
166

Still feels wrong. Would you really be up for fixing all these instances to use mcs once this stack is cleared?

This revision now requires review to proceed.Thu, Jan 30, 5:16 AM
adrian added inline comments.
sys/net80211/ieee80211_node.h
166

oh I fixed it but I did not fix THIS, one moment!

adrian marked an inline comment as done.

update static initialiser for HT, now that HT is its own type now

rename the args to something that won't clash

the VHT macro isn't yet used, and it would've errored out if I did!

This revision is now accepted and ready to land.Sat, Feb 22, 11:13 AM