PERFORCE change 151541 for review

Sam Leffler sam at FreeBSD.org
Sun Oct 19 06:11:14 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=151541

Change 151541 by sam at 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);


More information about the p4-projects mailing list