From f8a51c05bd2fcb8d2015be35d5e937fe89379a17 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Thu, 22 Feb 2007 21:26:50 +0000 Subject: Add bcw_phy_lo_b_measure(). --- sys/dev/ic/bcwvar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic/bcwvar.h') 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 @@ -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; -- cgit v1.2.3