[PULL] One more documentation change for 4.9

From: Jonathan Corbet
Date: Fri Oct 14 2016 - 10:00:01 EST


The following changes since commit
3c76ff4765fbd382c095acc37f87e136a8dfc73d:

URL changed for Linux Foundation TAB (2016-10-01 00:57:13 -0600)

are available in the git repository at:

git://git.lwn.net/linux.git tags/docs-4.9-2

for you to fetch changes up to 819bf593767c0966f320c51c6ed3f3835062abc8:

docs-rst: sphinxify 802.11 documentation (2016-10-11 16:19:17 -0600)

----------------------------------------------------------------
A single commit converting the mac80211 DocBook template over to Sphinx.
Only 32 more to go...

----------------------------------------------------------------
Johannes Berg (1):
docs-rst: sphinxify 802.11 documentation

Documentation/80211/cfg80211.rst | 345 ++++++++++++++++++
Documentation/80211/conf.py | 5 +
Documentation/80211/index.rst | 17 +
Documentation/80211/introduction.rst | 17 +
Documentation/80211/mac80211-advanced.rst | 295 +++++++++++++++
Documentation/80211/mac80211.rst | 216 +++++++++++
Documentation/DocBook/80211.tmpl | 584 ------------------------------
Documentation/DocBook/Makefile | 2 +-
Documentation/index.rst | 1 +
include/net/cfg80211.h | 77 ++--
10 files changed, 939 insertions(+), 620 deletions(-)
create mode 100644 Documentation/80211/cfg80211.rst
create mode 100644 Documentation/80211/conf.py
create mode 100644 Documentation/80211/index.rst
create mode 100644 Documentation/80211/introduction.rst
create mode 100644 Documentation/80211/mac80211-advanced.rst
create mode 100644 Documentation/80211/mac80211.rst
delete mode 100644 Documentation/DocBook/80211.tmpl