Comment cleanup. No tagging in comments
authormentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 18 Jan 2008 17:28:43 +0000 (17:28 +0000)
committermentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 18 Jan 2008 17:28:43 +0000 (17:28 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3205 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath.c
net80211/ieee80211_scan_sta.c

index deb862381c17f4309e2a4036449dfd096ad44534..c99d96a36d6f44ec3a07eb76c27986d26086904d 100644 (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;
index bce039a8a84a0a7ab8f863b3a2e163140c813a33..d2cfb868599fb8b95803434304b0dad76feaf1cb 100644 (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