Page MenuHomeFreeBSD

Garbage collect IFT_IEEE80211
ClosedPublic

Authored by avos on Jan 23 2017, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 25, 12:12 PM
Unknown Object (File)
Mon, Nov 24, 12:00 PM
Unknown Object (File)
Mon, Nov 24, 9:25 AM
Unknown Object (File)
Fri, Nov 21, 9:41 AM
Unknown Object (File)
Fri, Nov 21, 9:38 AM
Unknown Object (File)
Fri, Nov 21, 9:34 AM
Unknown Object (File)
Fri, Nov 21, 9:33 AM
Unknown Object (File)
Thu, Nov 20, 1:45 PM
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.