mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
docs: networking: move AppleTalk / LocalTalk drivers to the hw driver section
Move docs for cops and ltpc under device_drivers/appletalk. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
95298d63c6
commit
4daedf7abb
19
Documentation/networking/device_drivers/appletalk/index.rst
Normal file
19
Documentation/networking/device_drivers/appletalk/index.rst
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
|
|
||||||
|
AppleTalk Device Drivers
|
||||||
|
========================
|
||||||
|
|
||||||
|
Contents:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
cops
|
||||||
|
ltpc
|
||||||
|
|
||||||
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
Indices
|
||||||
|
=======
|
||||||
|
|
||||||
|
* :ref:`genindex`
|
@ -8,6 +8,7 @@ Contents:
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
appletalk/index
|
||||||
cable/index
|
cable/index
|
||||||
cellular/index
|
cellular/index
|
||||||
ethernet/index
|
ethernet/index
|
||||||
|
@ -44,7 +44,6 @@ Contents:
|
|||||||
ax25
|
ax25
|
||||||
bonding
|
bonding
|
||||||
cdc_mbim
|
cdc_mbim
|
||||||
cops
|
|
||||||
cxacru
|
cxacru
|
||||||
dccp
|
dccp
|
||||||
dctcp
|
dctcp
|
||||||
@ -73,7 +72,6 @@ Contents:
|
|||||||
kcm
|
kcm
|
||||||
l2tp
|
l2tp
|
||||||
lapb-module
|
lapb-module
|
||||||
ltpc
|
|
||||||
mac80211-injection
|
mac80211-injection
|
||||||
mpls-sysctl
|
mpls-sysctl
|
||||||
multiqueue
|
multiqueue
|
||||||
|
@ -59,7 +59,8 @@ config COPS
|
|||||||
package. This driver is experimental, which means that it may not
|
package. This driver is experimental, which means that it may not
|
||||||
work. This driver will only work if you choose "AppleTalk DDP"
|
work. This driver will only work if you choose "AppleTalk DDP"
|
||||||
networking support, above.
|
networking support, above.
|
||||||
Please read the file <file:Documentation/networking/cops.rst>.
|
Please read the file
|
||||||
|
<file:Documentation/networking/device_drivers/appletalk/cops.rst>.
|
||||||
|
|
||||||
config COPS_DAYNA
|
config COPS_DAYNA
|
||||||
bool "Dayna firmware support"
|
bool "Dayna firmware support"
|
||||||
|
Loading…
Reference in New Issue
Block a user