diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-16 09:19:49 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-16 09:19:49 +0000 |
commit | c7ba6e406444881f5e4797f7f40d928a3816a24e (patch) | |
tree | 3241f9356224437e369613f0484cc3ba1e8f205b /sys/dev/ic/athnreg.h | |
parent | 04074ae470ae88ab6da4b551a9ba405654250c65 (diff) |
initial Host AP bits.
Diffstat (limited to 'sys/dev/ic/athnreg.h')
-rw-r--r-- | sys/dev/ic/athnreg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/athnreg.h b/sys/dev/ic/athnreg.h index 2e2008c3042..4fcc16ca510 100644 --- a/sys/dev/ic/athnreg.h +++ b/sys/dev/ic/athnreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: athnreg.h,v 1.10 2010/05/16 08:50:58 damien Exp $ */ +/* $OpenBSD: athnreg.h,v 1.11 2010/05/16 09:19:48 damien Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -1280,6 +1280,8 @@ #define AR_MIN_BEACON_TIMEOUT_VAL 1 #define AR_FUDGE 2 +#define AR_BEACON_DMA_DELAY 2 +#define AR_SWBA_DELAY 10 /* Divides by 1024 (usecs to TU) without doing 64-bit arithmetic. */ #define AR_TSF_TO_TU(hi, lo) ((hi) << 22 | (lo) >> 10) |