Page MenuHomeFreeBSD

Garbage collect IFT_IEEE80211
ClosedPublic

Authored by avos on Jan 23 2017, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 5, 7:48 AM
Unknown Object (File)
Tue, Jun 30, 10:01 PM
Unknown Object (File)
Tue, Jun 30, 10:51 AM
Unknown Object (File)
Fri, Jun 26, 11:06 PM
Unknown Object (File)
Fri, Jun 26, 8:06 PM
Unknown Object (File)
Wed, Jun 17, 9:55 PM
Unknown Object (File)
Sat, Jun 13, 12:26 PM
Unknown Object (File)
Mon, Jun 8, 9:24 AM
Subscribers

Details

Summary

This interface type ("a parent interface of wlanX") is not used since rS287197 .

Test Plan

There are no other references to it in the source tree; however, an exp-run may be needed.

Diff Detail

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

Event Timeline

avos retitled this revision from to Garbage collect IFT_IEEE80211.
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added reviewers: adrian, glebius, network.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
adrian edited edge metadata.

i'm okay with this. I wonder if we want to reuse it for say, WDS sub interfaces, or upcoming P2P/TDLS subinterfaces where they'll definitely want to appear as child interfaces to a wlanX interface.

This revision is now accepted and ready to land.Jan 23 2017, 11:02 PM
glebius edited edge metadata.
glebius added inline comments.
sys/net/if_types.h
116

Better leave the define.

Btw, the etc/network.subr now can be cleaned up from legacy code in childif_create().

This revision was automatically updated to reflect the committed changes.