econet: remove ancient bug ridden protocol
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 18 May 2012 03:59:51 +0000 (20:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 May 2012 05:35:08 +0000 (01:35 -0400)
commit349f29d841dbae854bd7367be7c250401f974f47
treef451efb488cb46ecb30c3697e2daaf559bd4d603
parent09dcd604aea065b121c635e40baf4ed2ce60e3f0
econet: remove ancient bug ridden protocol

More spring cleaning!

The ancient Econet protocol should go. Most of the bug fixes in recent
years have been fixing security vulnerabilities. The hardware hasn't
been made since the 90s, it is only interesting as an archeological curiosity.

For the truly curious, or insomniac, go read up on it.
  http://en.wikipedia.org/wiki/Econet

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/Kbuild
include/linux/if_ec.h [deleted file]
net/Kconfig
net/Makefile
net/econet/Kconfig [deleted file]
net/econet/Makefile [deleted file]
net/econet/af_econet.c [deleted file]