remove debug msg from ieee80211_iterate_nodes; it makes logs very noisy

as onoe rate control invokes this once a second
This commit is contained in:
Sam Leffler 2005-01-18 20:35:39 +00:00
parent 29d368a780
commit a84679cd18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140455

View File

@ -1475,9 +1475,6 @@ ieee80211_iterate_nodes(struct ieee80211_node_table *nt, ieee80211_iter_func *f,
IEEE80211_SCAN_LOCK(nt);
gen = nt->nt_scangen++;
IEEE80211_DPRINTF(nt->nt_ic, IEEE80211_MSG_NODE,
"%s: sta scangen %u\n", __func__, gen);
restart:
IEEE80211_NODE_LOCK(nt);
TAILQ_FOREACH(ni, &nt->nt_node, ni_list) {