Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jakub Kicinski and committed by
David S. Miller
4daedf7a 95298d63

+22 -3
Documentation/networking/cops.rst Documentation/networking/device_drivers/appletalk/cops.rst
+19
Documentation/networking/device_drivers/appletalk/index.rst
··· 1 + .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + 3 + AppleTalk Device Drivers 4 + ======================== 5 + 6 + Contents: 7 + 8 + .. toctree:: 9 + :maxdepth: 2 10 + 11 + cops 12 + ltpc 13 + 14 + .. only:: subproject and html 15 + 16 + Indices 17 + ======= 18 + 19 + * :ref:`genindex`
+1
Documentation/networking/device_drivers/index.rst
··· 8 8 .. toctree:: 9 9 :maxdepth: 2 10 10 11 + appletalk/index 11 12 cable/index 12 13 cellular/index 13 14 ethernet/index
-2
Documentation/networking/index.rst
··· 44 44 ax25 45 45 bonding 46 46 cdc_mbim 47 - cops 48 47 cxacru 49 48 dccp 50 49 dctcp ··· 72 73 kcm 73 74 l2tp 74 75 lapb-module 75 - ltpc 76 76 mac80211-injection 77 77 mpls-sysctl 78 78 multiqueue
Documentation/networking/ltpc.rst Documentation/networking/device_drivers/appletalk/ltpc.rst
+2 -1
drivers/net/appletalk/Kconfig
··· 59 59 package. This driver is experimental, which means that it may not 60 60 work. This driver will only work if you choose "AppleTalk DDP" 61 61 networking support, above. 62 - Please read the file <file:Documentation/networking/cops.rst>. 62 + Please read the file 63 + <file:Documentation/networking/device_drivers/appletalk/cops.rst>. 63 64 64 65 config COPS_DAYNA 65 66 bool "Dayna firmware support"