Turn off beacon debug

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3181 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mtaylor 2008-01-16 22:24:46 +00:00
parent 6322355756
commit 876563aeb1

View File

@ -5012,7 +5012,9 @@ ath_beacon_update_timers(struct ath_softc *sc, struct ieee80211vap *vap)
* of the current TSF. Otherwise, we use the
* next beacon timestamp again */
nexttbtt = roundup(hw_tsftu + FUDGE, intval);
} else {
}
#if 0
else {
if (tsf > hw_tsf) {
/* We received a beacon, but the HW TSF has
* not been updated (otherwise hw_tsf > tsf)
@ -5028,6 +5030,7 @@ ath_beacon_update_timers(struct ath_softc *sc, struct ieee80211vap *vap)
tsftu, intval);
}
}
#endif
}
if (ic->ic_opmode == IEEE80211_M_STA && !(sc->sc_nostabeacons)) {
@ -5158,7 +5161,9 @@ ath_beacon_update_timers(struct ath_softc *sc, struct ieee80211vap *vap)
}
sc->sc_syncbeacon = 0;
#if 0
ath_beacon_config_debug:
#endif
/* We print all debug messages here, in order to preserve the
* time critical aspect of this function */
DPRINTF(sc, ATH_DEBUG_BEACON,