aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_types.h
diff options
context:
space:
mode:
authorAndriy Voskoboinyk <avos@FreeBSD.org>2017-01-28 17:08:40 +0000
committerAndriy Voskoboinyk <avos@FreeBSD.org>2017-01-28 17:08:40 +0000
commit2bbd06fc33c99dcb6a725f3e428fc90f2341ab45 (patch)
treeaf4850a4e7c5666bbca1e266c0c68b95d404cc59 /sys/net/if_types.h
parentb7a1807568f69758a824d7e451d6718bc5938a6f (diff)
downloadsrc-2bbd06fc33c99dcb6a725f3e428fc90f2341ab45.tar.gz
src-2bbd06fc33c99dcb6a725f3e428fc90f2341ab45.zip
Garbage collect IFT_IEEE80211 (but leave the define for possible reuse)
This interface type ("a parent interface of wlanX") is not used since r287197 Reviewed by: adrian, glebius Differential Revision: https://reviews.freebsd.org/D9308
Notes
Notes: svn path=/head/; revision=312929
Diffstat (limited to 'sys/net/if_types.h')
-rw-r--r--sys/net/if_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index 92e101ac6af4..caa2c2711d49 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -113,7 +113,7 @@ typedef enum {
IFT_QLLC = 0x44, /* SNA QLLC */
IFT_FASTETHERFX = 0x45, /* Fast Ethernet (100BaseFX) */
IFT_CHANNEL = 0x46, /* channel */
- IFT_IEEE80211 = 0x47, /* radio spread spectrum */
+ IFT_IEEE80211 = 0x47, /* radio spread spectrum (unused) */
IFT_IBM370PARCHAN = 0x48, /* IBM System 360/370 OEMI Channel */
IFT_ESCON = 0x49, /* IBM Enterprise Systems Connection */
IFT_DLSW = 0x4a, /* Data Link Switching */