summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwn.c
diff options
context:
space:
mode:
authorDavid Coppa <dcoppa@cvs.openbsd.org>2014-09-10 07:22:10 +0000
committerDavid Coppa <dcoppa@cvs.openbsd.org>2014-09-10 07:22:10 +0000
commit35ba4897fab30be541e37419e0630aa63bb2ba55 (patch)
tree970cf948581677201e1266b79c82909c13c97b4f /sys/dev/pci/if_iwn.c
parentc0fba15324a4446f15b7ec8413d4e413f26ff45e (diff)
s/IWL/IWN/ in comment here too
Diffstat (limited to 'sys/dev/pci/if_iwn.c')
-rw-r--r--sys/dev/pci/if_iwn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwn.c b/sys/dev/pci/if_iwn.c
index 7d976896172..963ea1538e1 100644
--- a/sys/dev/pci/if_iwn.c
+++ b/sys/dev/pci/if_iwn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwn.c,v 1.134 2014/09/09 18:55:08 sthen Exp $ */
+/* $OpenBSD: if_iwn.c,v 1.135 2014/09/10 07:22:09 dcoppa Exp $ */
/*-
* Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -4609,8 +4609,8 @@ iwn_scan(struct iwn_softc *sc, uint16_t flags)
* need to receive during our dwell time on a channel before
* sending out probes -- setting this to a huge value will
* mean we never reach it, but at the same time work around
- * the aforementioned issue. Thus use IWL_GOOD_CRC_TH_NEVER
- * here instead of IWL_GOOD_CRC_TH_DISABLED.
+ * the aforementioned issue. Thus use IWN_GOOD_CRC_TH_NEVER
+ * here instead of IWN_GOOD_CRC_TH_DISABLED.
*
* This was fixed in later versions along with some other
* scan changes, and the threshold behaves as a flag in those