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

docs: networking: move FDDI drivers to the hw driver section

Move docs for defza and skfp under device_drivers/fddi.

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
55f35cf7 9633a0e9

+22 -4
Documentation/networking/defza.rst Documentation/networking/device_drivers/fddi/defza.rst
+19
Documentation/networking/device_drivers/fddi/index.rst
··· 1 + .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + 3 + Fiber Distributed Data Interface (FDDI) Device Drivers 4 + ====================================================== 5 + 6 + Contents: 7 + 8 + .. toctree:: 9 + :maxdepth: 2 10 + 11 + defza 12 + skfp 13 + 14 + .. only:: subproject and html 15 + 16 + Indices 17 + ======= 18 + 19 + * :ref:`genindex`
+1
Documentation/networking/device_drivers/index.rst
··· 13 13 cable/index 14 14 cellular/index 15 15 ethernet/index 16 + fddi/index 16 17 hamradio/index 17 18 wan/index 18 19 wifi/index
-2
Documentation/networking/index.rst
··· 47 47 dccp 48 48 dctcp 49 49 decnet 50 - defza 51 50 dns_resolver 52 51 driver 53 52 eql ··· 93 94 sctp 94 95 secid 95 96 seg6-sysctl 96 - skfp 97 97 strparser 98 98 switchdev 99 99 tc-actions-env-rules
Documentation/networking/skfp.rst Documentation/networking/device_drivers/fddi/skfp.rst
+2 -2
drivers/net/fddi/Kconfig
··· 77 77 - Netelligent 100 FDDI SAS UTP 78 78 - Netelligent 100 FDDI SAS Fibre MIC 79 79 80 - Read <file:Documentation/networking/skfp.rst> for information about 81 - the driver. 80 + Read <file:Documentation/networking/device_drivers/fddi/skfp.rst> 81 + for information about the driver. 82 82 83 83 Questions concerning this driver can be addressed to: 84 84 <linux@syskonnect.de>