From 0bb33e25e5c91f69304f3799609a52354dca1af4 Mon Sep 17 00:00:00 2001
From: Jonathan Corbet <corbet@lwn.net>
Date: Fri, 18 Nov 2016 16:04:48 -0700
Subject: [PATCH] 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>
---
 Documentation/{ => driver-api}/80211/cfg80211.rst          | 0
 Documentation/{ => driver-api}/80211/conf.py               | 0
 Documentation/{ => driver-api}/80211/index.rst             | 0
 Documentation/{ => driver-api}/80211/introduction.rst      | 0
 Documentation/{ => driver-api}/80211/mac80211-advanced.rst | 0
 Documentation/{ => driver-api}/80211/mac80211.rst          | 0
 Documentation/driver-api/index.rst                         | 2 +-
 Documentation/index.rst                                    | 1 -
 8 files changed, 1 insertion(+), 2 deletions(-)
 rename Documentation/{ => driver-api}/80211/cfg80211.rst (100%)
 rename Documentation/{ => driver-api}/80211/conf.py (100%)
 rename Documentation/{ => driver-api}/80211/index.rst (100%)
 rename Documentation/{ => driver-api}/80211/introduction.rst (100%)
 rename Documentation/{ => driver-api}/80211/mac80211-advanced.rst (100%)
 rename Documentation/{ => driver-api}/80211/mac80211.rst (100%)

diff --git a/Documentation/80211/cfg80211.rst b/Documentation/driver-api/80211/cfg80211.rst
similarity index 100%
rename from Documentation/80211/cfg80211.rst
rename to Documentation/driver-api/80211/cfg80211.rst
diff --git a/Documentation/80211/conf.py b/Documentation/driver-api/80211/conf.py
similarity index 100%
rename from Documentation/80211/conf.py
rename to Documentation/driver-api/80211/conf.py
diff --git a/Documentation/80211/index.rst b/Documentation/driver-api/80211/index.rst
similarity index 100%
rename from Documentation/80211/index.rst
rename to Documentation/driver-api/80211/index.rst
diff --git a/Documentation/80211/introduction.rst b/Documentation/driver-api/80211/introduction.rst
similarity index 100%
rename from Documentation/80211/introduction.rst
rename to Documentation/driver-api/80211/introduction.rst
diff --git a/Documentation/80211/mac80211-advanced.rst b/Documentation/driver-api/80211/mac80211-advanced.rst
similarity index 100%
rename from Documentation/80211/mac80211-advanced.rst
rename to Documentation/driver-api/80211/mac80211-advanced.rst
diff --git a/Documentation/80211/mac80211.rst b/Documentation/driver-api/80211/mac80211.rst
similarity index 100%
rename from Documentation/80211/mac80211.rst
rename to Documentation/driver-api/80211/mac80211.rst
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst
index 743828ead6658..0dec394b9038c 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 bf3eb3ad6ad58..2bd8fdc9207c6 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
 
-- 
GitLab