aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/80211/conf.py
diff options
context:
space:
mode:
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 000000000000..4424b4b0b9c3
--- /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'),
+]