Skip to content

Commit

Permalink
Revert "drivers/net/pcmcia/3c589_cs: fix port configuration switcheroo"
Browse files Browse the repository at this point in the history
This reverts commit fadacb1.

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>
  • Loading branch information
Jeff Garzik committed Sep 25, 2007
1 parent e0c2811 commit 21c0f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/pcmcia/3c589_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" };

/*====================================================================*/

Expand Down

0 comments on commit 21c0f27

Please sign in to comment.