Date: Sun, 5 Jan 2014 00:46:31 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260312 - head/sys/dev/iwn Message-ID: <201401050046.s050kVLI090114@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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__,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401050046.s050kVLI090114>