Module Name:    src
Committed By:   pgoyette
Date:           Wed Jun 23 06:25:18 UTC 2010

Modified Files:
        src/sys/dev/usb: if_axe.c

Log Message:
Fix cut&paste error - the commit log message was correct, just the code
got messed up.  Thanks cegger@ for noticing!


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/usb/if_axe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/if_axe.c
diff -u src/sys/dev/usb/if_axe.c:1.33 src/sys/dev/usb/if_axe.c:1.34
--- src/sys/dev/usb/if_axe.c:1.33	Tue Jun 22 21:30:55 2010
+++ src/sys/dev/usb/if_axe.c	Wed Jun 23 06:25:17 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_axe.c,v 1.33 2010/06/22 21:30:55 pgoyette Exp $	*/
+/*	$NetBSD: if_axe.c,v 1.34 2010/06/23 06:25:17 pgoyette Exp $	*/
 
 /*
  * Copyright (c) 1997, 1998, 1999, 2000-2003
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.33 2010/06/22 21:30:55 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.34 2010/06/23 06:25:17 pgoyette Exp $");
 
 #if defined(__NetBSD__)
 #include "opt_inet.h"
@@ -350,7 +350,7 @@
 	allmulti:
 		rxmode |= AXE_RXCMD_ALLMULTI;
 		axe_cmd(sc, AXE_CMD_RXCTL_WRITE, 0, rxmode, NULL);
-		axe_lock_mii(sc);
+		axe_unlock_mii(sc);
 		return;
 	} else
 		rxmode &= ~AXE_RXCMD_ALLMULTI;

Reply via email to