From: mentor Date: Fri, 18 Jan 2008 17:28:43 +0000 (+0000) Subject: Comment cleanup. No tagging in comments X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=a27f996ac4ed52591fa464fde51646a47d85efe3;p=madwifi%2F.git Comment cleanup. No tagging in comments git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3205 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/ath/if_ath.c b/ath/if_ath.c index deb8623..c99d96a 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -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; diff --git a/net80211/ieee80211_scan_sta.c b/net80211/ieee80211_scan_sta.c index bce039a..d2cfb86 100644 --- a/net80211/ieee80211_scan_sta.c +++ b/net80211/ieee80211_scan_sta.c @@ -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