Changeset 3101

Show
Ignore:
Timestamp:
12/29/07 19:23:48 (4 years ago)
Author:
benoit
Message:

Removed u_int64_t that slipped into last commit
Changed FUDGE to 3 to have the very same value as computed before

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • madwifi/trunk/ath/if_ath.c

    r3099 r3101  
    46294629        if (sc->sc_stagbeacons) {               /* staggered beacons */ 
    46304630                struct ieee80211com *ic = &sc->sc_ic; 
    4631                 u_int64_t tsf, tsftu; 
     4631                u_int64_t tsf; 
     4632                u_int32_t tsftu; 
    46324633 
    46334634                tsf = ath_hal_gettsf64(ah); 
     
    49084909                intval = ni->ni_intval & HAL_BEACON_PERIOD; 
    49094910 
    4910 #define FUDGE   2 
     4911#define FUDGE   3 
    49114912        sc->sc_syncbeacon = 0; 
    49124913