diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-11-18 16:04:48 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-29 14:41:49 -0700 |
commit | 0bb33e25e5c91f69304f3799609a52354dca1af4 (patch) | |
tree | f52d9c23e0ba36efd07bed818836d06f2f8bfe25 /Documentation/driver-api/80211/conf.py | |
parent | 388f9b20f98d4792f72091acac5031a99370827d (diff) | |
download | linux-0bb33e25e5c91f69304f3799609a52354dca1af4.tar.gz linux-0bb33e25e5c91f69304f3799609a52354dca1af4.tar.bz2 linux-0bb33e25e5c91f69304f3799609a52354dca1af4.zip |
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.py | 10 |
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'), +] |