Date: Fri, 31 Dec 2004 20:20:02 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ath if_ath.c Message-ID: <200412312020.iBVKK2uD030816@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412312020.iBVKK2uD030816>