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 less noisy with concurrent scan requests.



details:   https://anonhg.NetBSD.org/src/rev/9c66cf6d951f
branches:  trunk
changeset: 346797:9c66cf6d951f
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Wed Aug 03 19:56:41 2016 +0000

description:
be less noisy with concurrent scan requests.

diffstat:

 sys/dev/pci/if_iwn.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f5f4b0e4a462 -r 9c66cf6d951f sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c      Wed Aug 03 17:16:07 2016 +0000
+++ b/sys/dev/pci/if_iwn.c      Wed Aug 03 19:56:41 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_iwn.c,v 1.78 2016/06/10 13:27:14 ozaki-r Exp $      */
+/*     $NetBSD: if_iwn.c,v 1.79 2016/08/03 19:56:41 mlelstv Exp $      */
 /*     $OpenBSD: if_iwn.c,v 1.135 2014/09/10 07:22:09 dcoppa Exp $     */
 
 /*-
@@ -22,7 +22,7 @@
  * adapters.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iwn.c,v 1.78 2016/06/10 13:27:14 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iwn.c,v 1.79 2016/08/03 19:56:41 mlelstv Exp $");
 
 #define IWN_USE_RBUF   /* Use local storage for RX */
 #undef IWN_HWCRYPTO    /* XXX does not even compile yet */
@@ -1858,7 +1858,7 @@
                /* XXX Do not abort a running scan. */
                if (sc->sc_flags & IWN_FLAG_SCANNING) {
                        if (ic->ic_state != nstate)
-                               aprint_error_dev(sc->sc_dev, "scan request(%d) "
+                               aprint_debug_dev(sc->sc_dev, "scan request(%d) "
                                    "while scanning(%d) ignored\n", nstate,
                                    ic->ic_state);
                        break;



Home | Main Index | Thread Index | Old Index