Tested with RTL8188EU, STA mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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?