Comment cleanup. No tagging in comments

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3205 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-01-18 17:28:43 +00:00
parent 249e5b919b
commit a27f996ac4
2 changed files with 2 additions and 2 deletions

View File

@ -9564,7 +9564,7 @@ ath_update_txpow(struct ath_softc *sc)
/* 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;

View File

@ -543,7 +543,7 @@ sta_start(struct ieee80211_scan_state *ss, struct ieee80211vap *vap)
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