Page MenuHomeFreeBSD

rtwn: allow non-zero interface indexes
ClosedPublic

Authored by vexeduxr on Fri, Aug 21, 11:42 PM.
Referenced Files
F167953634: D59107.diff
Tue, Aug 25, 2:50 PM
F167916205: D59107.id.diff
Tue, Aug 25, 10:17 AM
Unknown Object (File)
Mon, Aug 24, 4:15 AM
Unknown Object (File)
Mon, Aug 24, 2:00 AM
Unknown Object (File)
Sun, Aug 23, 11:19 PM
Unknown Object (File)
Sun, Aug 23, 5:23 PM
Unknown Object (File)
Sat, Aug 22, 8:33 PM
Unknown Object (File)
Sat, Aug 22, 8:10 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 75961
Build 72844: arc lint + arc unit

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.