diff --git a/ath/if_athvar.h b/ath/if_athvar.h index e6b72ce..45708d7 100644 --- a/ath/if_athvar.h +++ b/ath/if_athvar.h @@ -537,7 +537,7 @@ struct ath_vap { atomic_t av_beacon_alloc; /* set to 1 when the next beacon needs to be recomputed */ #else - unsigned int av_beacon_alloc; + unsigned long av_beacon_alloc; #endif }; #define ATH_VAP(_v) ((struct ath_vap *)(_v))