summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_wpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_wpi.c b/sys/dev/pci/if_wpi.c
index ba77f77a1be..aa271402989 100644
--- a/sys/dev/pci/if_wpi.c
+++ b/sys/dev/pci/if_wpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wpi.c,v 1.1 2006/05/14 19:00:48 damien Exp $ */
+/* $OpenBSD: if_wpi.c,v 1.2 2006/05/16 05:57:44 miod Exp $ */
/*-
* Copyright (c) 2006
@@ -1733,7 +1733,7 @@ wpi_cmd(struct wpi_softc *sc, int code, const void *buf, int size, int async)
ring->cur = (ring->cur + 1) % WPI_CMD_RING_COUNT;
WPI_WRITE(sc, WPI_TX_WIDX, ring->qid << 8 | ring->cur);
- return async ? 0 : tsleep(cmd, PCATCH, "iwicmd", hz);
+ return async ? 0 : tsleep(cmd, PCATCH, "wpicmd", hz);
}
/*