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

2007-09-26 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=21c0f275085e5b884a409d75a7deb73ece6477fb
Commit: 21c0f275085e5b884a409d75a7deb73ece6477fb
Parent: e0c281163d634e2982a81b55fc974a6663afde65
Author: Jeff Garzik [EMAIL PROTECTED]
AuthorDate: Tue Sep 25 00:11:34 2007 -0400
Committer:  Jeff Garzik [EMAIL PROTECTED]
CommitDate: Tue Sep 25 00:11:34 2007 -0400

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

This reverts commit fadacb1b80e35e0b36a90d43e21ef91eec4b889b.

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: Jeff Garzik [EMAIL PROTECTED]
---
 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 c06cae3..503f268 100644
--- 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, 10base2, 10baseT, AUI };
+static const char *if_names[] = { auto, 10baseT, 10base2, AUI };
 
 /**/
 
-
To unsubscribe from this list: send the line unsubscribe git-commits-head in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2007-09-15 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fadacb1b80e35e0b36a90d43e21ef91eec4b889b
Commit: fadacb1b80e35e0b36a90d43e21ef91eec4b889b
Parent: 5ad887fa8e875231d72a27c474b10241a5818bf1
Author: Jeff Garzik [EMAIL PROTECTED]
AuthorDate: Sat Sep 15 19:41:43 2007 -0400
Committer:  Jeff Garzik [EMAIL PROTECTED]
CommitDate: Sat Sep 15 19:41:43 2007 -0400

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 [EMAIL PROTECTED]
---
 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 503f268..c06cae3 100644
--- 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, 10baseT, 10base2, AUI };
+static const char *if_names[] = { auto, 10base2, 10baseT, AUI };
 
 /**/
 
-
To unsubscribe from this list: send the line unsubscribe git-commits-head in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html