Page MenuHomeFreeBSD

urtwn(4): fix scanning from AUTH state
ClosedPublic

Authored by avos on Oct 21 2015, 8:24 PM.
Tags
None
Referenced Files
F114862694: D3968.id9591.diff
Thu, Apr 17, 8:15 PM
F114852418: D3968.id9591.diff
Thu, Apr 17, 4:59 PM
F114847345: D3968.id.diff
Thu, Apr 17, 3:06 PM
F114846945: D3968.id9592.diff
Thu, Apr 17, 2:58 PM
F114842867: D3968.id9592.diff
Thu, Apr 17, 1:45 PM
F114830215: D3968.id.diff
Thu, Apr 17, 9:34 AM
F114829075: D3968.diff
Thu, Apr 17, 9:10 AM
Unknown Object (File)
Thu, Apr 17, 6:39 AM
Subscribers

Details

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): fix scanning from AUTH state.
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.

Hi!

This is good. How about also refactoring out the "any bssid" rxfilter set/clear bit there into a separate function too? That way it's

urtwn_set_rx_bssid_all(sc, 1);
urtwn_set_gain(sc, xxX);

.. for scan, etc?

avos edited edge metadata.
In D3968#82651, @adrian wrote:

Hi!

This is good. How about also refactoring out the "any bssid" rxfilter set/clear bit there into a separate function too? That way it's

urtwn_set_rx_bssid_all(sc, 1);
urtwn_set_gain(sc, xxX);

.. for scan, etc?

why not?

adrian edited edge metadata.

Looks good!

This revision is now accepted and ready to land.Oct 26 2015, 11:50 AM
kevlo edited edge metadata.
This revision was automatically updated to reflect the committed changes.