summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/80211/conf.py
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-11-18 16:04:48 -0700
committerJonathan Corbet <corbet@lwn.net>2016-11-29 14:41:49 -0700
commit0bb33e25e5c91f69304f3799609a52354dca1af4 (patch)
treef52d9c23e0ba36efd07bed818836d06f2f8bfe25 /Documentation/driver-api/80211/conf.py
parent388f9b20f98d4792f72091acac5031a99370827d (diff)
downloadop-kernel-dev-0bb33e25e5c91f69304f3799609a52354dca1af4.zip
op-kernel-dev-0bb33e25e5c91f69304f3799609a52354dca1af4.tar.gz
docs: Move the 802.11 guide into the driver-api manual
Put this documentation with the other driver docs and try to keep the top level reasonably clean. Cc: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/80211/conf.py')
-rw-r--r--Documentation/driver-api/80211/conf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/driver-api/80211/conf.py b/Documentation/driver-api/80211/conf.py
new file mode 100644
index 0000000..4424b4b
--- /dev/null
+++ b/Documentation/driver-api/80211/conf.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = "Linux 802.11 Driver Developer's Guide"
+
+tags.add("subproject")
+
+latex_documents = [
+ ('index', '80211.tex', project,
+ 'The kernel development community', 'manual'),
+]
OpenPOWER on IntegriCloud