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

Reply via email to