diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-02-22 21:26:50 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-02-22 21:26:50 +0000 |
commit | f8a51c05bd2fcb8d2015be35d5e937fe89379a17 (patch) | |
tree | 076c6c6df0c9e496bd12cf47b75831cd8ddd256e /sys/dev/ic/bcwvar.h | |
parent | d0973ea26dae06a93fed7d27cc9d2ca87fbda8a5 (diff) |
Add bcw_phy_lo_b_measure().
Diffstat (limited to 'sys/dev/ic/bcwvar.h')
-rw-r--r-- | sys/dev/ic/bcwvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/bcwvar.h b/sys/dev/ic/bcwvar.h index a97c3985d75..5d4e32be5bf 100644 --- a/sys/dev/ic/bcwvar.h +++ b/sys/dev/ic/bcwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bcwvar.h,v 1.18 2007/02/22 19:25:45 mglocker Exp $ */ +/* $OpenBSD: bcwvar.h,v 1.19 2007/02/22 21:26:49 mglocker Exp $ */ /* * Copyright (c) 2006 Jon Simola <jsimola@gmail.com> @@ -237,6 +237,8 @@ struct bcw_softc { uint16_t sc_phy_loopback_gain[2]; struct bcw_lopair *sc_phy_lopairs; uint16_t sc_phy_savedpctlreg; + uint16_t sc_phy_minlowsig[2]; + uint16_t sc_phy_minlowsigpos[2]; // uint16_t sc_corerev; uint32_t sc_radio_mnf; uint16_t sc_radio_rev; |