Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci be quiet about regular intermediate authenticati...
details: https://anonhg.NetBSD.org/src/rev/7b06fad8818b
branches: trunk
changeset: 346798:7b06fad8818b
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Wed Aug 03 19:59:57 2016 +0000
description:
be quiet about regular intermediate authentication states.
diffstat:
sys/dev/pci/if_iwi.c | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 9c66cf6d951f -r 7b06fad8818b sys/dev/pci/if_iwi.c
--- a/sys/dev/pci/if_iwi.c Wed Aug 03 19:56:41 2016 +0000
+++ b/sys/dev/pci/if_iwi.c Wed Aug 03 19:59:57 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_iwi.c,v 1.99 2016/06/10 13:27:14 ozaki-r Exp $ */
+/* $NetBSD: if_iwi.c,v 1.100 2016/08/03 19:59:57 mlelstv Exp $ */
/* $OpenBSD: if_iwi.c,v 1.111 2010/11/15 19:11:57 damien Exp $ */
/*-
@@ -19,7 +19,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.99 2016/06/10 13:27:14 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.100 2016/08/03 19:59:57 mlelstv Exp $");
/*-
* Intel(R) PRO/Wireless 2200BG/2225BG/2915ABG driver
@@ -1284,6 +1284,14 @@
case IWI_AUTH_FAIL:
break;
+ case IWI_AUTH_SENT_1:
+ case IWI_AUTH_RECV_2:
+ case IWI_AUTH_SEQ1_PASS:
+ break;
+
+ case IWI_AUTH_SEQ1_FAIL:
+ break;
+
default:
aprint_error_dev(sc->sc_dev,
"unknown authentication state %u\n", auth->state);
Home |
Main Index |
Thread Index |
Old Index