Page MenuHomeFreeBSD

rtwn: calculate control rate for VHT rate frames
ClosedPublic

Authored by adrian on Jan 2 2025, 8:13 PM.
Referenced Files
Unknown Object (File)
Fri, Feb 21, 9:24 PM
Unknown Object (File)
Fri, Feb 21, 8:57 PM
Unknown Object (File)
Feb 11 2025, 5:01 PM
Unknown Object (File)
Feb 9 2025, 4:18 PM
Unknown Object (File)
Feb 4 2025, 9:23 PM
Unknown Object (File)
Feb 4 2025, 2:25 AM
Unknown Object (File)
Feb 4 2025, 2:16 AM
Unknown Object (File)
Feb 4 2025, 2:14 AM
Subscribers

Details

Summary

If the passed in rate is a VHT rate, use rtwn_ctl_vhtrate() to
find a suitable rate for RTS/CTS.

Diff Detail

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

Event Timeline

adrian requested review of this revision.Jan 2 2025, 8:13 PM
emaste added inline comments.
sys/dev/rtwn/rtl8812a/r12a_tx.c
106–112

should this be else if?

adrian marked an inline comment as done.

feedback from emaste

This revision is now accepted and ready to land.Jan 4 2025, 7:37 AM