projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad887f
)
drivers/net/pcmcia/3c589_cs: fix port configuration switcheroo
author
Jeff Garzik
<jeff@garzik.org>
Sat, 15 Sep 2007 23:41:43 +0000
(19:41 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 15 Sep 2007 23:41:43 +0000
(19:41 -0400)
10base2 and 10baseT were accidentally switched.
Noticed by Andreas HÃŒbner, forwarded by Alan Cox.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/pcmcia/3c589_cs.c
patch
|
blob
|
history
diff --git
a/drivers/net/pcmcia/3c589_cs.c
b/drivers/net/pcmcia/3c589_cs.c
index
503f268
..
c06cae3
100644
(file)
--- a/
drivers/net/pcmcia/3c589_cs.c
+++ b/
drivers/net/pcmcia/3c589_cs.c
@@
-116,7
+116,7
@@
struct el3_private {
spinlock_t lock;
};
-static const char *if_names[] = { "auto", "10base
T", "10base2
", "AUI" };
+static const char *if_names[] = { "auto", "10base
2", "10baseT
", "AUI" };
/*====================================================================*/