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)
Sun, Sep 28, 2:29 PM
Unknown Object (File)
Fri, Sep 19, 12:59 AM
Unknown Object (File)
Wed, Sep 17, 7:39 PM
Unknown Object (File)
Aug 20 2025, 7:23 PM
Unknown Object (File)
Aug 14 2025, 9:21 PM
Unknown Object (File)
Aug 14 2025, 9:19 PM
Unknown Object (File)
Aug 4 2025, 4:20 AM
Unknown Object (File)
Aug 2 2025, 10:26 PM
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.