docs: networking: move z8530 to the hw driver section
Move z8530 docs to hamradio and wan subdirectories. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
132db93572
commit
1447495025
18
Documentation/networking/device_drivers/hamradio/index.rst
Normal file
18
Documentation/networking/device_drivers/hamradio/index.rst
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
|
|
||||||
|
Amateur Radio Device Drivers
|
||||||
|
============================
|
||||||
|
|
||||||
|
Contents:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
z8530drv
|
||||||
|
|
||||||
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
Indices
|
||||||
|
=======
|
||||||
|
|
||||||
|
* :ref:`genindex`
|
@ -11,6 +11,8 @@ Contents:
|
|||||||
cable/index
|
cable/index
|
||||||
cellular/index
|
cellular/index
|
||||||
ethernet/index
|
ethernet/index
|
||||||
|
hamradio/index
|
||||||
|
wan/index
|
||||||
wifi/index
|
wifi/index
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
18
Documentation/networking/device_drivers/wan/index.rst
Normal file
18
Documentation/networking/device_drivers/wan/index.rst
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
|
|
||||||
|
Classic WAN Device Drivers
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Contents:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
z8530book
|
||||||
|
|
||||||
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
Indices
|
||||||
|
=======
|
||||||
|
|
||||||
|
* :ref:`genindex`
|
@ -20,7 +20,6 @@ Contents:
|
|||||||
ieee802154
|
ieee802154
|
||||||
j1939
|
j1939
|
||||||
kapi
|
kapi
|
||||||
z8530book
|
|
||||||
msg_zerocopy
|
msg_zerocopy
|
||||||
failover
|
failover
|
||||||
net_dim
|
net_dim
|
||||||
@ -122,7 +121,6 @@ Contents:
|
|||||||
xfrm_proc
|
xfrm_proc
|
||||||
xfrm_sync
|
xfrm_sync
|
||||||
xfrm_sysctl
|
xfrm_sysctl
|
||||||
z8530drv
|
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
@ -18902,7 +18902,7 @@ L: linux-hams@vger.kernel.org
|
|||||||
S: Maintained
|
S: Maintained
|
||||||
W: http://yaina.de/jreuter/
|
W: http://yaina.de/jreuter/
|
||||||
W: http://www.qsl.net/dl1bke/
|
W: http://www.qsl.net/dl1bke/
|
||||||
F: Documentation/networking/z8530drv.rst
|
F: Documentation/networking/device_drivers/hamradio/z8530drv.rst
|
||||||
F: drivers/net/hamradio/*scc.c
|
F: drivers/net/hamradio/*scc.c
|
||||||
F: drivers/net/hamradio/z8530.h
|
F: drivers/net/hamradio/z8530.h
|
||||||
|
|
||||||
|
@ -84,8 +84,9 @@ config SCC
|
|||||||
help
|
help
|
||||||
These cards are used to connect your Linux box to an amateur radio
|
These cards are used to connect your Linux box to an amateur radio
|
||||||
in order to communicate with other computers. If you want to use
|
in order to communicate with other computers. If you want to use
|
||||||
this, read <file:Documentation/networking/z8530drv.rst> and the
|
this, read
|
||||||
AX25-HOWTO, available from
|
<file:Documentation/networking/device_drivers/hamradio/z8530drv.rst>
|
||||||
|
and the AX25-HOWTO, available from
|
||||||
<http://www.tldp.org/docs.html#howto>. Also make sure to say Y
|
<http://www.tldp.org/docs.html#howto>. Also make sure to say Y
|
||||||
to "Amateur Radio AX.25 Level 2" support.
|
to "Amateur Radio AX.25 Level 2" support.
|
||||||
|
|
||||||
@ -98,7 +99,8 @@ config SCC_DELAY
|
|||||||
help
|
help
|
||||||
Say Y here if you experience problems with the SCC driver not
|
Say Y here if you experience problems with the SCC driver not
|
||||||
working properly; please read
|
working properly; please read
|
||||||
<file:Documentation/networking/z8530drv.rst> for details.
|
<file:Documentation/networking/device_drivers/hamradio/z8530drv.rst>
|
||||||
|
for details.
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* ------------------
|
* ------------------
|
||||||
*
|
*
|
||||||
* You can find a subset of the documentation in
|
* You can find a subset of the documentation in
|
||||||
* Documentation/networking/z8530drv.rst.
|
* Documentation/networking/device_drivers/wan/z8530drv.rst.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user