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

10base2 and 10baseT were accidentally switched.

Noticed by Andreas HÃŒbner, forwarded by Alan Cox.

Signed-off-by: Jeff Garzik <jeff@garzik.org>

+1 -1
+1 -1
drivers/net/pcmcia/3c589_cs.c
··· 116 116 spinlock_t lock; 117 117 }; 118 118 119 - static const char *if_names[] = { "auto", "10baseT", "10base2", "AUI" }; 119 + static const char *if_names[] = { "auto", "10base2", "10baseT", "AUI" }; 120 120 121 121 /*====================================================================*/ 122 122