Page MenuHomeFreeBSD

wlandebug(8): use new IEEE80211_IOC_UNIT ioctl request
AbandonedPublic

Authored by avos on Sep 30 2017, 11:11 PM.
Tags
None
Referenced Files
F126376652: D12553.id.diff
Mon, Aug 18, 3:25 PM
Unknown Object (File)
Thu, Aug 14, 11:04 PM
Unknown Object (File)
Fri, Aug 1, 2:22 AM
Unknown Object (File)
Jul 5 2025, 11:41 AM
Unknown Object (File)
Jul 5 2025, 2:53 AM
Unknown Object (File)
Jul 3 2025, 2:22 AM
Unknown Object (File)
Jun 28 2025, 8:45 PM
Unknown Object (File)
Jun 28 2025, 3:54 AM
Subscribers

Details

Reviewers
adrian
Summary

Try to get original interface unit number even when interface name was changed; use old method in case if something fails during request.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

adrian added inline comments.
usr.sbin/wlandebug/wlandebug.c
171

hm, should we put this in lib80211?

This revision is now accepted and ready to land.Sep 30 2017, 11:35 PM
usr.sbin/wlandebug/wlandebug.c
171

interface name -> unit translation?

maybe the libifconfig thing that was done recently?

-a

nope; however, libifconfig seems to be more appropriate for such things (so there are alternative versions in D12554 (libifconfig) and D12555 (wlandebug)).

Version which uses libifconfig was accepted / committed instead.