Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 20:42:16 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 68760 for review
Message-ID:  <200501112042.j0BKgGai001275@repoman.freebsd.org>

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

Change 68760 by sam@sam_ebb on 2005/01/11 20:41:55

	remove node debug msg from ieee80211_iterate_nodes; with
	the onoe+amrr rate control modules calling this once a
	second we get too much noise in debug logs

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_node.c#36 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_node.c#36 (text+ko) ====

@@ -1471,9 +1471,6 @@
 
 	IEEE80211_SCAN_LOCK(nt);
 	gen = nt->nt_scangen++;
-
-	IEEE80211_DPRINTF(nt->nt_ic, IEEE80211_MSG_NODE,
-		"%s: %s scangen %u\n", __func__, nt->nt_name, gen);
 restart:
 	IEEE80211_NODE_LOCK(nt);
 	TAILQ_FOREACH(ni, &nt->nt_node, ni_list) {



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