Revert "drivers/net/pcmcia/3c589_cs: fix port configuration switcheroo"
authorJeff Garzik <jeff@garzik.org>
Tue, 25 Sep 2007 04:11:34 +0000 (00:11 -0400)
committerJeff Garzik <jeff@garzik.org>
Tue, 25 Sep 2007 04:11:34 +0000 (00:11 -0400)
This reverts commit fadacb1b80e35e0b36a90d43e21ef91eec4b889b.

The change being reverted made the driver consistent with
include/linux/netdevice.h, but then inconsistent with the other PCMCIA
ethernet drivers.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/pcmcia/3c589_cs.c

index c06cae3f0b564c3240058f4a97c3656d47e9bf27..503f2685fb73c434ae4a2d6d98be4f03a3d4b7d9 100644 (file)
@@ -116,7 +116,7 @@ struct el3_private {
     spinlock_t         lock;
 };
 
-static const char *if_names[] = { "auto", "10base2", "10baseT", "AUI" };
+static const char *if_names[] = { "auto", "10baseT", "10base2", "AUI" };
 
 /*====================================================================*/