Page MenuHomeFreeBSD

net80211: add static initialisers for the ieee80211_node_txrate options
ClosedPublic

Authored by adrian on Jan 23 2025, 2:45 AM.
Referenced Files
Unknown Object (File)
Fri, Feb 28, 2:05 AM
Unknown Object (File)
Thu, Feb 27, 2:43 PM
Unknown Object (File)
Wed, Feb 26, 11:17 PM
Unknown Object (File)
Wed, Feb 26, 8:06 AM
Unknown Object (File)
Wed, Feb 26, 8:04 AM
Unknown Object (File)
Wed, Feb 26, 7:52 AM
Unknown Object (File)
Wed, Feb 26, 7:51 AM
Unknown Object (File)
Wed, Feb 26, 7:51 AM

Details

Summary

Add static initialisers for legacy, ht and vht rates.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 28 2025, 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.Jan 30 2025, 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