Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2008 06:11:10 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 151541 for review
Message-ID:  <200810190611.m9J6BA2e036995@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151541

Change 151541 by sam@sam_ebb on 2008/10/19 06:10:40

	track noise floor for athstats

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#107 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_ath.c#107 (text+ko) ====

@@ -3989,6 +3989,7 @@
 	DPRINTF(sc, ATH_DEBUG_RX_PROC, "%s: pending %u\n", __func__, npending);
 	ngood = 0;
 	nf = ath_hal_getchannoise(ah, &sc->sc_curchan);
+	sc->sc_stats.ast_rx_noise = nf;
 	tsf = ath_hal_gettsf64(ah);
 	do {
 		bf = STAILQ_FIRST(&sc->sc_rxbuf);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810190611.m9J6BA2e036995>