summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ralvar.h
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2005-03-11 19:39:36 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2005-03-11 19:39:36 +0000
commit4558a913cf58c81e288b10a51c4b67a054ae94a4 (patch)
treef62a4a282917ffde95e205ee156b51186de2fc7d /sys/dev/ic/ralvar.h
parent707a01c7c17201afcc6661de1d3df2c3a0c40c3f (diff)
some cosmetic tweaks
fix debug messages level simplify e2prom code
Diffstat (limited to 'sys/dev/ic/ralvar.h')
-rw-r--r--sys/dev/ic/ralvar.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ic/ralvar.h b/sys/dev/ic/ralvar.h
index f6a4c08ce43..4e61d738783 100644
--- a/sys/dev/ic/ralvar.h
+++ b/sys/dev/ic/ralvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ralvar.h,v 1.6 2005/03/01 19:38:09 damien Exp $ */
+/* $OpenBSD: ralvar.h,v 1.7 2005/03/11 19:39:35 damien Exp $ */
/*-
* Copyright (c) 2005
@@ -128,7 +128,7 @@ struct ral_softc {
struct {
uint8_t reg;
- uint8_t val;
+ uint8_t val;
} bbp_prom[16];
int led_mode;
@@ -136,8 +136,6 @@ struct ral_softc {
int rx_ant;
int tx_ant;
int nb_ant;
- int bbp_tune;
-
#if NBPFILTER > 0
caddr_t sc_drvbpf;