cvs commit: src/sys/dev/ath if_ath.c
Sam Leffler
sam at FreeBSD.org
Fri Dec 31 12:20:03 PST 2004
sam 2004-12-31 20:20:02 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c
Log:
Correct beacon timer setup logic:
o lintval is in ms; must convert to TU's for passing to the hal
o roundup to calculate nexttbtt (should look at current tsf and pull the
calculated nextbtt forward but this'll do for now)
o don't or- in HAL_BEACON_RESET_TSF when doing station timer setup; this
is not needed and messes up the sleep timer calcs, though it's unclear
if it mattered as the hal masks these values before use
Submitted by: Thorsten von Eicken
Revision Changes Path
1.62 +14 -15 src/sys/dev/ath/if_ath.c
More information about the cvs-src
mailing list