projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/net/pcmcia/3c589_cs.c
b/drivers/net/pcmcia/3c589_cs.c
index 503f2685fb73c434ae4a2d6d98be4f03a3d4b7d9..c06cae3f0b564c3240058f4a97c3656d47e9bf27 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" };
/*====================================================================*/