mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
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:
parent
249e5b919b
commit
a27f996ac4
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user