Page MenuHomeFreeBSD

rtwn: allow non-zero interface indexes
ClosedPublic

Authored by vexeduxr on Fri, Aug 21, 11:42 PM.
Referenced Files
F171569940: D59107.diff
Fri, Sep 11, 7:55 PM
Unknown Object (File)
Thu, Sep 10, 12:21 AM
Unknown Object (File)
Wed, Sep 9, 12:28 PM
Unknown Object (File)
Wed, Sep 9, 7:39 AM
Unknown Object (File)
Wed, Sep 9, 6:23 AM
Unknown Object (File)
Wed, Sep 9, 5:08 AM
Unknown Object (File)
Tue, Sep 8, 7:37 PM
Unknown Object (File)
Tue, Sep 8, 2:41 AM
Subscribers

Details

Summary

The endpoints we want won't always be on interface 0. Instead, allow the
interface index to be specified in driver_info when probing.

Diff Detail

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

Event Timeline

bz edited reviewers, added: wireless; removed: bz.

which devices have you tested this on? You should add that list to the commit message.

Other than that this looks fine to me.

same a the previous one; what devices have you tested this with?
It'd be good to know that it doesn't break any of the current rtwn USB devices.
(I'll try it myself locally tonight.)

Locally tested on RTL8821AU . We should test it on a few more just to make sure it's okay.

Tested on RTL8192CU and RTL8188CUS as well. Probe/attach is fine for these two diffs.

Locally tested on RTL8821AU . We should test it on a few more just to make sure it's okay.

I tested it on the RTL8188EU. I'll add these two to the commit message.

Thanks!

This revision is now accepted and ready to land.Sun, Aug 23, 4:46 PM
This revision was automatically updated to reflect the committed changes.