Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21c0f275 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

Revert "drivers/net/pcmcia/3c589_cs: fix port configuration switcheroo"



This reverts commit fadacb1b.

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: default avatarJeff Garzik <jeff@garzik.org>
parent e0c28116
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" };

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