Page MenuHomeFreeBSD

Garbage collect IFT_IEEE80211
ClosedPublic

Authored by avos on Jan 23 2017, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 6:36 PM
Unknown Object (File)
Fri, Oct 31, 4:43 AM
Unknown Object (File)
Mon, Oct 27, 7:12 AM
Unknown Object (File)
Sun, Oct 26, 3:26 AM
Unknown Object (File)
Sat, Oct 18, 2:44 AM
Unknown Object (File)
Oct 12 2025, 4:05 PM
Unknown Object (File)
Oct 9 2025, 1:55 AM
Unknown Object (File)
Oct 8 2025, 4:07 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.