diff options
author | Johannes Berg <johannes.berg@intel.com> | 2016-10-11 15:56:53 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-10-12 01:19:17 +0300 |
commit | 819bf593767c0966f320c51c6ed3f3835062abc8 (patch) | |
tree | a3167aa3ffc485f2ac232c1e1a5588ff2316a10d /Documentation/80211/introduction.rst | |
parent | 3c76ff4765fbd382c095acc37f87e136a8dfc73d (diff) | |
download | linux-819bf593767c0966f320c51c6ed3f3835062abc8.tar.xz |
docs-rst: sphinxify 802.11 documentation
This is just a very basic conversion, I've split up the original
multi-book template, and also split up the multi-part mac80211
part in the original book; neither of those were handled by the
automatic pandoc conversion.
Fix errors that showed up, resulting in a much nicer rendering,
at least for the interface combinations documentation.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/80211/introduction.rst')
-rw-r--r-- | Documentation/80211/introduction.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/80211/introduction.rst b/Documentation/80211/introduction.rst new file mode 100644 index 000000000000..4938fa87691c --- /dev/null +++ b/Documentation/80211/introduction.rst @@ -0,0 +1,17 @@ +============ +Introduction +============ + +Explaining wireless 802.11 networking in the Linux kernel + +Copyright 2007-2009 Johannes Berg + +These books attempt to give a description of the various subsystems +that play a role in 802.11 wireless networking in Linux. Since these +books are for kernel developers they attempts to document the +structures and functions used in the kernel as well as giving a +higher-level overview. + +The reader is expected to be familiar with the 802.11 standard as +published by the IEEE in 802.11-2007 (or possibly later versions). +References to this standard will be given as "802.11-2007 8.1.5". |