diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-17 18:01:41 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-17 18:01:41 +0000 |
commit | ab46b5e00527e3f843f5ae91684b08fc83f0bf1b (patch) | |
tree | 13751777413828406fe79de568454391850bfcd6 /sys/dev/ic/athnvar.h | |
parent | 04a1ebc811fb1573d2c1246c527af4793eabd4fe (diff) |
add short interframe space to duration since the athn_txtime
function does not take it into account. oops.
Diffstat (limited to 'sys/dev/ic/athnvar.h')
-rw-r--r-- | sys/dev/ic/athnvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/athnvar.h b/sys/dev/ic/athnvar.h index c5ec813e00e..f568fe49c42 100644 --- a/sys/dev/ic/athnvar.h +++ b/sys/dev/ic/athnvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: athnvar.h,v 1.2 2009/11/15 14:04:02 damien Exp $ */ +/* $OpenBSD: athnvar.h,v 1.3 2009/11/17 18:01:40 damien Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -428,6 +428,7 @@ struct athn_softc { struct athn_ops ops; int fixed_ridx; + int sifs; int16_t def_nf; struct { |