summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcoppa <dcoppa@openbsd.org>2014-09-10 07:22:09 +0000
committerdcoppa <dcoppa@openbsd.org>2014-09-10 07:22:09 +0000
commit3f4ab66ee1b26c69db1b0995bb8bb4e00b77d9d2 (patch)
treec886210f5d10288294a8dfac7f1298ac3ed01b66
parentsockatmark(3) has been implemented; add it to the async-signal-safe lists (diff)
downloadwireguard-openbsd-3f4ab66ee1b26c69db1b0995bb8bb4e00b77d9d2.tar.xz
wireguard-openbsd-3f4ab66ee1b26c69db1b0995bb8bb4e00b77d9d2.zip
s/IWL/IWN/ in comment here too
-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