The endpoints we want won't always be on interface 0. Instead, allow the
interface index to be specified in driver_info when probing.
Details
Details
- Reviewers
adrian avos kevlo - Group Reviewers
wireless - Commits
- rG481314f620ac: rtwn: allow non-zero interface indexes
Diff Detail
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
Comment Actions
which devices have you tested this on? You should add that list to the commit message.
Other than that this looks fine to me.
Comment Actions
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.)
Comment Actions
Locally tested on RTL8821AU . We should test it on a few more just to make sure it's okay.
Comment Actions
Tested on RTL8192CU and RTL8188CUS as well. Probe/attach is fine for these two diffs.