aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2016-08-19 22:27:14 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2016-08-19 22:27:14 +0000
commit09b9789b28dd8453a54cb424115f31a6d3672527 (patch)
tree25435b38d0c33a275b64ad9cd79127cc4d925a37 /tools/kerneldoc/subsys
parentd538f1bd404312986a100392f458af6ae574836b (diff)
downloadsrc-09b9789b28dd8453a54cb424115f31a6d3672527.tar.gz
src-09b9789b28dd8453a54cb424115f31a6d3672527.zip
Remove the wl(4) driver and wlconfig(8) utility.
The wl(4) driver supports pre-802.11 PCCard wireless adapters that are slower than 802.11b. They do not work with any of the 802.11 framework and the driver hasn't been reported to actually work in a long time. Relnotes: yes
Notes
Notes: svn path=/head/; revision=304506
Diffstat (limited to 'tools/kerneldoc/subsys')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_wl21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_wl b/tools/kerneldoc/subsys/Doxyfile-dev_wl
deleted file mode 100644
index 2203b594652c..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_wl
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel WL device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_wl/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/wl/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_wl/dev_wl.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-