Re: [PATCH] doc: convert 80211 DocBook to RST

2016-09-30 Thread Florian Margaine
Off-commit comment: this is a line-by-line, title-by-title,
section-by-section, comment-by-comment conversion of the DocBook
80211.tmpl file to RST.

The 80211.tmpl file has also been deleted, and removed from the
DocBook/Makefile list -- I'm not sure this should be done.

I'm sure that reorganization is something planned too, but a first
conversion away from DocBook is a good idea anyway, and I'd need to
know much more about the topic at hand to do the reorganization.

Regards,
-- 
Florian Margaine


pgp66UbS6Tztv.pgp
Description: OpenPGP digital signature


[PATCH] doc: convert 80211 DocBook to RST

2016-09-30 Thread Florian Margaine
Signed-off-by: Florian Margaine <flor...@margaine.com>

---
 .../actions-and-configuration.rst  |   9 +
 .../80211/cfg80211-subsystem/data-path-helpers.rst |   9 +
 .../cfg80211-subsystem/device-registration.rst |   9 +
 Documentation/80211/cfg80211-subsystem/index.rst   |  14 +
 .../regulatory-enforcement-infrastructure.rst  |   9 +
 .../cfg80211-subsystem/rfkill-integration.rst  |   9 +
 .../scanning-and-bss-list-handling.rst |   9 +
 .../80211/cfg80211-subsystem/test-mode.rst |   9 +
 .../80211/cfg80211-subsystem/utility-functions.rst |   9 +
 ...reless-80211-networking-in-the-linux-kernel.rst |  47 ++
 Documentation/80211/index.rst  |   9 +
 .../advanced/access-point-mode-support.rst |  19 +
 .../advanced/aggregation.rst   |  18 +
 .../advanced/beacon-filter-support.rst |   9 +
 .../advanced/hardware-crypto-acceleration.rst  |   9 +
 .../advanced/hardware-scan-offload.rst |   8 +
 .../mac80211-developers-guide/advanced/index.rst   |  21 +
 .../advanced/led-support.rst   |  11 +
 .../advanced/multiple-queues-and-qos-support.rst   |   8 +
 .../advanced/powersave-support.rst |   6 +
 .../advanced/spatial-multiplexing-powersave.rst|   9 +
 .../advanced/station-handling.rst  |   8 +
 .../supporting-multiple-virtual-interfaces.rst |  14 +
 .../basic/basic-hardware-handling.rst  |  22 +
 .../basic/frame-filtering.rst  |   9 +
 .../mac80211-developers-guide/basic/index.rst  |  20 +
 .../basic/phy-configuration.rst|  11 +
 .../basic/receive-and-transmit-processing.rst  |  35 ++
 .../basic/the-mac80211-workqueue.rst   |   9 +
 .../basic/virtual-interfaces.rst   |  20 +
 .../80211/mac80211-developers-guide/index.rst  |  22 +
 .../internals/aggregation.rst  |   6 +
 .../mac80211-developers-guide/internals/index.rst  |  16 +
 .../internals/key-handling.rst |  14 +
 .../internals/receive-processing.rst   |   5 +
 .../internals/station-info-handling.rst|  15 +
 .../internals/synchronisation.rst  |   7 +
 .../internals/transmit-processing.rst  |   3 +
 .../rate-control/index.rst |  12 +
 .../rate-control/rate-control-api.rst  |   8 +
 Documentation/DocBook/80211.tmpl   | 584
-
Documentation/DocBook/Makefile |   2 +-
Documentation/index.rst|   1 + 43 files
changed, 518 insertions(+), 585 deletions(-) create mode 100644
Documentation/80211/cfg80211-subsystem/actions-and-configuration.rst
create mode 100644
Documentation/80211/cfg80211-subsystem/data-path-helpers.rst create
mode 100644
Documentation/80211/cfg80211-subsystem/device-registration.rst create
mode 100644 Documentation/80211/cfg80211-subsystem/index.rst create
mode 100644
Documentation/80211/cfg80211-subsystem/regulatory-enforcement-infrastructure.rst
create mode 100644
Documentation/80211/cfg80211-subsystem/rfkill-integration.rst create
mode 100644
Documentation/80211/cfg80211-subsystem/scanning-and-bss-list-handling.rst
create mode 100644 Documentation/80211/cfg80211-subsystem/test-mode.rst
create mode 100644
Documentation/80211/cfg80211-subsystem/utility-functions.rst create
mode 100644
Documentation/80211/explaining-wireless-80211-networking-in-the-linux-kernel.rst
create mode 100644 Documentation/80211/index.rst create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/access-point-mode-support.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/aggregation.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/beacon-filter-support.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/hardware-crypto-acceleration.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/hardware-scan-offload.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/index.rst create
mode 100644
Documentation/80211/mac80211-developers-guide/advanced/led-support.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/multiple-queues-and-qos-support.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/powersave-support.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/spatial-multiplexing-powersave.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/station-handling.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/advanced/supporting-multiple-virtual-interfaces.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/basic/basic-hardware-handling.rst
create mode 100644
Documentation/80211/mac80211-developers-guide/basic