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 | |
parent | 388f9b20f98d4792f72091acac5031a99370827d (diff) | |
download | blackbird-obmc-linux-0bb33e25e5c91f69304f3799609a52354dca1af4.tar.gz blackbird-obmc-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')
-rw-r--r-- | Documentation/driver-api/80211/cfg80211.rst (renamed from Documentation/80211/cfg80211.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/80211/conf.py (renamed from Documentation/80211/conf.py) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/80211/index.rst (renamed from Documentation/80211/index.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/80211/introduction.rst (renamed from Documentation/80211/introduction.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/80211/mac80211-advanced.rst (renamed from Documentation/80211/mac80211-advanced.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/80211/mac80211.rst (renamed from Documentation/80211/mac80211.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/index.rst | 2 | ||||
-rw-r--r-- | Documentation/index.rst | 1 |
8 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/80211/cfg80211.rst b/Documentation/driver-api/80211/cfg80211.rst index b1e149ea6fee..b1e149ea6fee 100644 --- a/Documentation/80211/cfg80211.rst +++ b/Documentation/driver-api/80211/cfg80211.rst diff --git a/Documentation/80211/conf.py b/Documentation/driver-api/80211/conf.py index 4424b4b0b9c3..4424b4b0b9c3 100644 --- a/Documentation/80211/conf.py +++ b/Documentation/driver-api/80211/conf.py diff --git a/Documentation/80211/index.rst b/Documentation/driver-api/80211/index.rst index af210859d3e1..af210859d3e1 100644 --- a/Documentation/80211/index.rst +++ b/Documentation/driver-api/80211/index.rst diff --git a/Documentation/80211/introduction.rst b/Documentation/driver-api/80211/introduction.rst index 4938fa87691c..4938fa87691c 100644 --- a/Documentation/80211/introduction.rst +++ b/Documentation/driver-api/80211/introduction.rst diff --git a/Documentation/80211/mac80211-advanced.rst b/Documentation/driver-api/80211/mac80211-advanced.rst index 70a89b2163c2..70a89b2163c2 100644 --- a/Documentation/80211/mac80211-advanced.rst +++ b/Documentation/driver-api/80211/mac80211-advanced.rst diff --git a/Documentation/80211/mac80211.rst b/Documentation/driver-api/80211/mac80211.rst index 85a8335e80b6..85a8335e80b6 100644 --- a/Documentation/80211/mac80211.rst +++ b/Documentation/driver-api/80211/mac80211.rst diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 743828ead665..0dec394b9038 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -26,7 +26,7 @@ available subsections can be seen below. hsi miscellaneous vme - + 80211/index .. only:: subproject and html diff --git a/Documentation/index.rst b/Documentation/index.rst index bf3eb3ad6ad5..2bd8fdc9207c 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -56,7 +56,6 @@ needed). core-api/index media/index gpu/index - 80211/index security/index sound/index |