Page MenuHomeFreeBSD

Garbage collect IFT_IEEE80211
ClosedPublic

Authored by avos on Jan 23 2017, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 7:35 PM
Unknown Object (File)
Thu, Apr 11, 10:17 AM
Unknown Object (File)
Tue, Apr 2, 7:42 PM
Unknown Object (File)
Tue, Apr 2, 5:58 PM
Unknown Object (File)
Fri, Mar 22, 5:23 PM
Unknown Object (File)
Fri, Mar 22, 1:19 PM
Unknown Object (File)
Fri, Mar 22, 11:05 AM
Unknown Object (File)
Mar 8 2024, 5:54 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 Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #24358)

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.