Page MenuHomeFreeBSD

urtwn(4): setup channel frequency/flags for radiotap in urtwn_set_channel()
ClosedPublic

Authored by avos on Oct 6 2015, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 26 2024, 10:02 PM
Unknown Object (File)
Feb 26 2024, 9:30 PM
Unknown Object (File)
Jan 28 2024, 12:04 AM
Unknown Object (File)
Dec 27 2023, 10:37 AM
Unknown Object (File)
Dec 27 2023, 10:31 AM
Unknown Object (File)
Dec 20 2023, 1:23 AM
Unknown Object (File)
Dec 10 2023, 6:41 AM
Unknown Object (File)
Dec 7 2023, 8:32 AM
Subscribers

Details

Summary

Assign these variables only when channel changes, not once per every frame.

Test Plan

Tested with RTL8188EU, STA mode.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avos retitled this revision from to urtwn(4): setup channel frequency/flags for radiotap in urtwn_set_channel().
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added reviewers: adrian, kevlo.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
kevlo edited edge metadata.
This revision is now accepted and ready to land.Oct 29 2015, 2:56 PM
adrian edited edge metadata.

Yeah, this is fine considering how radiotap is currently implemented (ie with things hiding radiotap structs in softc. sigh.)

This revision was automatically updated to reflect the committed changes.