PERFORCE change 68760 for review

Sam Leffler sam at FreeBSD.org
Tue Jan 11 12:42:17 PST 2005


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

Change 68760 by sam at 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) {


More information about the p4-projects mailing list