Author: adrian
Date: Sun Jan  5 00:46:31 2014
New Revision: 260312
URL: http://svnweb.freebsd.org/changeset/base/260312

Log:
  Move the retune notification print to a debug print.
  
  Yes, I still have to do the retune.  But I'm giving in to many people
  pestering me (very gently!) about this.
  
  Tested:
  
  * Intel Centrino 6205

Modified:
  head/sys/dev/iwn/if_iwn.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c   Sun Jan  5 00:43:28 2014        (r260311)
+++ head/sys/dev/iwn/if_iwn.c   Sun Jan  5 00:46:31 2014        (r260312)
@@ -5894,7 +5894,7 @@ iwn_check_rx_recovery(struct iwn_softc *
         * if ((delta * 100 / msecs) > threshold)
         */
        if (thresh > 0 && (delta_cck + delta_ofdm + delta_ht) * 100 > thresh) {
-               device_printf(sc->sc_dev,
+               DPRINTF(sc, IWN_DEBUG_ANY,
                    "%s: PLCP error threshold raw (%d) comparison (%d) "
                    "over limit (%d); retune!\n",
                    __func__,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to