diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-09-27 11:00:30 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-10-04 11:49:20 -0700 |
commit | 00f3696f7555d0890ae07b635e6ccbf39fd2eb3a (patch) | |
tree | 6ad8a4a105854df0e9fffe8f427b51c1f86346b6 /Documentation/networking/device_drivers/index.rst | |
parent | c27153682eac34e04f5346dd554ad74a78d84c0e (diff) |
net: appletalk: remove cops support
The COPS Appletalk support is very old, never said to actually work
properly, and the firmware code for the devices are under a very suspect
license. Remove it all to clear up the license issue, if it is still
needed and actually used by anyone, we can add it back later once the
license is cleared up.
Reported-by: Prarit Bhargava <prarit@redhat.com>
Cc: jschlst@samba.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Acked-by: Prarit Bhargava <prarit@redhat.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Link: https://lore.kernel.org/r/20230927090029.44704-2-gregkh@linuxfoundation.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking/device_drivers/index.rst')
-rw-r--r-- | Documentation/networking/device_drivers/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/networking/device_drivers/index.rst b/Documentation/networking/device_drivers/index.rst index 601eacaf12f3..2f0285a5bc80 100644 --- a/Documentation/networking/device_drivers/index.rst +++ b/Documentation/networking/device_drivers/index.rst @@ -8,7 +8,6 @@ Contents: .. toctree:: :maxdepth: 2 - appletalk/index atm/index cable/index can/index |