mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-01 00:54:15 +08: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'),
|
|
]
|