Formatting r3185

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3196 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-01-17 02:49:14 +00:00
parent 3dd1a89219
commit 307d970bf5

View File

@ -8901,10 +8901,10 @@ ath_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
*/
if (!sc->sc_beacons && vap->iv_opmode!=IEEE80211_M_WDS) {
ath_beacon_config(sc, vap);
DPRINTF(sc, ATH_DEBUG_STATE | ATH_DEBUG_BEACON | ATH_DEBUG_BEACON_PROC,
DPRINTF(sc, ATH_DEBUG_STATE | ATH_DEBUG_BEACON |
ATH_DEBUG_BEACON_PROC,
"%s: Beacons reconfigured by %p[%s]!\n",
__func__, vap, vap->iv_nickname);
sc->sc_beacons = 1;
}