summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/wi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/wi.c b/sys/dev/ic/wi.c
index b0350820ef5..9647a595b8d 100644
--- a/sys/dev/ic/wi.c
+++ b/sys/dev/ic/wi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wi.c,v 1.41 2002/02/18 14:41:50 yamt Exp $ */
+/* $NetBSD: wi.c,v 1.42 2002/02/18 14:45:56 yamt Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.41 2002/02/18 14:41:50 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.42 2002/02/18 14:45:56 yamt Exp $");
#define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */
#define WI_HERMES_STATS_WAR /* Work around stats counter bug. */
@@ -186,8 +186,8 @@ wi_attach(sc)
if (memcmp(sc->sc_macaddr, empty_macaddr, ETHER_ADDR_LEN) == 0) {
printf("%s: could not get mac address, attach failed\n",
sc->sc_dev.dv_xname);
- splx(s);
- return 1;
+ splx(s);
+ return 1;
}
printf(" 802.11 address %s\n", ether_sprintf(sc->sc_macaddr));