Skip to content

Commit 00f3696

Browse files
gregkhkuba-moo
authored andcommitted
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 <[email protected]> Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Acked-by: Christoph Hellwig <[email protected]> Acked-by: Prarit Bhargava <[email protected]> Reviewed-by: Vitaly Kuznetsov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c271536 commit 00f3696

File tree

11 files changed

+0
-1976
lines changed

11 files changed

+0
-1976
lines changed

Documentation/networking/device_drivers/appletalk/cops.rst

Lines changed: 0 additions & 80 deletions
This file was deleted.

Documentation/networking/device_drivers/appletalk/index.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

Documentation/networking/device_drivers/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Contents:
88
.. toctree::
99
:maxdepth: 2
1010

11-
appletalk/index
1211
atm/index
1312
cable/index
1413
can/index

drivers/net/Space.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,6 @@ static int __init net_olddevs_init(void)
247247
for (num = 0; num < 8; ++num)
248248
ethif_probe2(num);
249249

250-
#ifdef CONFIG_COPS
251-
cops_probe(0);
252-
cops_probe(1);
253-
cops_probe(2);
254-
#endif
255-
256250
return 0;
257251
}
258252

drivers/net/appletalk/Kconfig

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -37,36 +37,6 @@ config DEV_APPLETALK
3737
on a network. If your Linux box is connected to such a network, and wish
3838
to do IP over it, or you have a LocalTalk card and wish to use it to
3939
connect to the AppleTalk network, say Y.
40-
41-
42-
config COPS
43-
tristate "COPS LocalTalk PC support"
44-
depends on DEV_APPLETALK && ISA
45-
depends on NETDEVICES
46-
select NETDEV_LEGACY_INIT
47-
help
48-
This allows you to use COPS AppleTalk cards to connect to LocalTalk
49-
networks. You also need version 1.3.3 or later of the netatalk
50-
package. This driver is experimental, which means that it may not
51-
work. This driver will only work if you choose "AppleTalk DDP"
52-
networking support, above.
53-
Please read the file
54-
<file:Documentation/networking/device_drivers/appletalk/cops.rst>.
55-
56-
config COPS_DAYNA
57-
bool "Dayna firmware support"
58-
depends on COPS
59-
help
60-
Support COPS compatible cards with Dayna style firmware (Dayna
61-
DL2000/ Daynatalk/PC (half length), COPS LT-95, Farallon PhoneNET PC
62-
III, Farallon PhoneNET PC II).
63-
64-
config COPS_TANGENT
65-
bool "Tangent firmware support"
66-
depends on COPS
67-
help
68-
Support COPS compatible cards with Tangent style firmware (Tangent
69-
ATB_II, Novell NL-1000, Daystar Digital LT-200.
7040

7141
config IPDDP
7242
tristate "Appletalk-IP driver support"

drivers/net/appletalk/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
#
55

66
obj-$(CONFIG_IPDDP) += ipddp.o
7-
obj-$(CONFIG_COPS) += cops.o

0 commit comments

Comments
 (0)