summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2008-02-16 12:36:08 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2008-02-16 12:36:08 +0000
commitac6104755b585d7cc38eea2e11c6afa624589741 (patch)
tree4283b0c1b1ea21c0aeb368b6862b474cfd2088de /sys
parent465631bad7c17694eefec52b5dc8af5426e3b633 (diff)
Remove some double prototype definitions.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/bwi.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/ic/bwi.c b/sys/dev/ic/bwi.c
index 582e7aed916..ab6202e825e 100644
--- a/sys/dev/ic/bwi.c
+++ b/sys/dev/ic/bwi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bwi.c,v 1.64 2008/02/16 10:09:23 mglocker Exp $ */
+/* $OpenBSD: bwi.c,v 1.65 2008/02/16 12:36:07 mglocker Exp $ */
/*
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
@@ -231,16 +231,6 @@ void bwi_rf_lo_measure(struct bwi_mac *,
void bwi_rf_calc_nrssi_slope_11b(struct bwi_mac *);
void bwi_rf_set_nrssi_ofs_11g(struct bwi_mac *);
void bwi_rf_calc_nrssi_slope_11g(struct bwi_mac *);
-void bwi_rf_off_11a(struct bwi_mac *);
-void bwi_rf_off_11bg(struct bwi_mac *);
-void bwi_rf_off_11g_rev5(struct bwi_mac *);
-int bwi_rf_attach(struct bwi_mac *);
-int bwi_rf_map_txpower(struct bwi_mac *);
-void bwi_rf_lo_adjust(struct bwi_mac *, const struct bwi_tpctl *);
-void bwi_rf_set_chan(struct bwi_mac *, uint, int);
-void bwi_rf_get_gains(struct bwi_mac *);
-void bwi_rf_init(struct bwi_mac *);
-void bwi_rf_init_bcm2050(struct bwi_mac *);
void bwi_rf_init_sw_nrssi_table(struct bwi_mac *);
void bwi_rf_init_hw_nrssi_table(struct bwi_mac *, uint16_t);
void bwi_rf_set_nrssi_thr_11b(struct bwi_mac *);