summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2017-08-19 10:04:15 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2017-08-19 10:04:15 +0000
commitbb42df8f9097121506e16c6069fa7fcd38726e0b (patch)
treecc78b419ebbf36b06a09583905c83751b9cec5c1
parent898847dc01074f1477356af496491f3785d329ff (diff)
Remove a redundant declaration of rtwn_update_avgrssi().
It is also declared in rtwnvar.h. No functional change.
-rw-r--r--sys/dev/ic/rtwn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rtwn.c b/sys/dev/ic/rtwn.c
index 5823c163f83..cee705c3999 100644
--- a/sys/dev/ic/rtwn.c
+++ b/sys/dev/ic/rtwn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtwn.c,v 1.28 2017/08/16 01:26:46 kevlo Exp $ */
+/* $OpenBSD: rtwn.c,v 1.29 2017/08/19 10:04:14 stsp Exp $ */
/*-
* Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -115,7 +115,6 @@ int rtwn_r88e_ra_init(struct rtwn_softc *, u_int8_t, u_int32_t,
void rtwn_tsf_sync_enable(struct rtwn_softc *);
void rtwn_set_led(struct rtwn_softc *, int, int);
void rtwn_update_short_preamble(struct ieee80211com *);
-void rtwn_update_avgrssi(struct rtwn_softc *, int, int8_t);
int8_t rtwn_r88e_get_rssi(struct rtwn_softc *, int, void *);
void rtwn_watchdog(struct ifnet *);
void rtwn_fw_reset(struct rtwn_softc *);