From 25a9c4c83ae6343ea40775866deca2b8ae79748b Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sun, 5 Jan 2014 00:46:31 +0000 Subject: [PATCH] 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 --- sys/dev/iwn/if_iwn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c index 5f6905414fb2..175d4cab8534 100644 --- a/sys/dev/iwn/if_iwn.c +++ b/sys/dev/iwn/if_iwn.c @@ -5894,7 +5894,7 @@ iwn_check_rx_recovery(struct iwn_softc *sc, struct iwn_stats *rs) * 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__,