/* Make sure the change is within limits, clamp it otherwise */
if (ic->ic_newtxpowlimit > ic->ic_txpowlimit)
new_clamped_maxtxpower = ic->ic_txpowlimit;
- /* * Search for the VAP that needs a txpow change, if any */
+ /* Search for the VAP that needs a txpow change, if any */
TAILQ_FOREACH(vap, &ic->ic_vaps, iv_next) {
if (!tpc || ic->ic_newtxpowlimit != vap->iv_bss->ni_txpower) {
vap->iv_bss->ni_txpower = new_clamped_maxtxpower;
ss->ss_next = 0;
/* XXX tunables */
/*
- * MT: The scanner will stay on station for ss_maxdwell ms (using a
+ * The scanner will stay on station for ss_maxdwell ms (using a
* timer), collecting responses. ss_maxdwell can adjusted downward
* so the station gets back on channel before DTIM occurs. If the
* station receives probe responses before ss_mindwell has elapsed, the