X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath_rate%2Fonoe%2Fonoe.h;fp=ath_rate%2Fonoe%2Fonoe.h;h=6fa99198407f212a92fd7e2fcd813f61b72ad8ad;hb=85119ae2279066dc748b0c2b46ceb90700d14c37;hp=bb149090ebd85c04b342ba762872214196db3085;hpb=24f048e954ccb156cfde8deba241d94452c771c6;p=madwifi%2F.git diff --git a/ath_rate/onoe/onoe.h b/ath_rate/onoe/onoe.h index bb14909..6fa9919 100644 --- a/ath_rate/onoe/onoe.h +++ b/ath_rate/onoe/onoe.h @@ -63,7 +63,7 @@ struct onoe_node { u_int8_t on_tx_rate1sp; /* series 1 short preamble h/w rate */ u_int8_t on_tx_rate2sp; /* series 2 short preamble h/w rate */ u_int8_t on_tx_rate3sp; /* series 3 short preamble h/w rate */ - int on_nextcheck; /* time of next check for rate drop */ + long unsigned int on_nextcheck; /* time of next check for rate drop */ }; #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1]) #endif /* _DEV_ATH_RATE_ONOE_H */