X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fsk_mca.c;h=ef640f908297404e3b787959d256153d98f0be0f;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=2d0d92954f4fc57338a8845384ee7c5c777e9e6e;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/drivers/net/sk_mca.c b/drivers/net/sk_mca.c index 2d0d92954..ef640f908 100644 --- a/drivers/net/sk_mca.c +++ b/drivers/net/sk_mca.c @@ -4,7 +4,8 @@ net-3-driver for the SKNET MCA-based cards This is an extension to the Linux operating system, and is covered by the same GNU General Public License that covers that work. -Copyright 1999 by Alfred Arnold (alfred@ccac.rwth-aachen.de, aarnold@elsa.de) +Copyright 1999 by Alfred Arnold (alfred@ccac.rwth-aachen.de, + alfred.arnold@lancom.de) This driver is based both on the 3C523 driver and the SK_G16 driver. @@ -96,9 +97,9 @@ History: #include #include #include +#include #include -#include #include #define _SK_MCA_DRIVER_ @@ -971,14 +972,6 @@ static struct net_device_stats *skmca_stats(struct net_device *dev) return &(priv->stat); } -/* we don't support runtime reconfiguration, since an MCA card can - be unambigously identified by its POS registers. */ - -static int skmca_config(struct net_device *dev, struct ifmap *map) -{ - return 0; -} - /* switch receiver mode. We use the LANCE's multicast filter to prefilter multicast addresses. */ @@ -1146,7 +1139,6 @@ struct net_device * __init skmca_probe(int unit) /* set methods */ dev->open = skmca_open; dev->stop = skmca_close; - dev->set_config = skmca_config; dev->hard_start_xmit = skmca_tx; dev->do_ioctl = NULL; dev->get_stats = skmca_stats;