mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
0bb33e25e5
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>
11 lines
224 B
Python
11 lines
224 B
Python
# -*- 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'),
|
|
]
|