diff options
| author | Jeff Garzik <jeff@garzik.org> | 2007-09-15 19:41:43 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2007-09-15 19:41:43 -0400 |
| commit | fadacb1b80e35e0b36a90d43e21ef91eec4b889b (patch) | |
| tree | 5c7f772354cf3a5f10bd9f658051966419d58536 | |
| parent | 5ad887fa8e875231d72a27c474b10241a5818bf1 (diff) | |
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>
| -rw-r--r-- | drivers/net/pcmcia/3c589_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcmcia/3c589_cs.c b/drivers/net/pcmcia/3c589_cs.c index 503f2685fb73..c06cae3f0b56 100644 --- a/drivers/net/pcmcia/3c589_cs.c +++ b/drivers/net/pcmcia/3c589_cs.c | |||
| @@ -116,7 +116,7 @@ struct el3_private { | |||
| 116 | spinlock_t lock; | 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 | ||
