aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/if_rtwn_rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rtwn/if_rtwn_rx.h')
-rw-r--r--sys/dev/rtwn/if_rtwn_rx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/rtwn/if_rtwn_rx.h b/sys/dev/rtwn/if_rtwn_rx.h
index 3108f1d4cde4..751173d0f80f 100644
--- a/sys/dev/rtwn/if_rtwn_rx.h
+++ b/sys/dev/rtwn/if_rtwn_rx.h
@@ -23,6 +23,7 @@ void rtwn_get_rates(struct rtwn_softc *, const struct ieee80211_rateset *,
const struct ieee80211_htrateset *, uint32_t *, uint32_t *,
int *, int);
void rtwn_set_basicrates(struct rtwn_softc *, uint32_t);
+void rtwn_set_rts_rate(struct rtwn_softc *, uint32_t);
struct ieee80211_node * rtwn_rx_common(struct rtwn_softc *, struct mbuf *,
void *);
void rtwn_adhoc_recv_mgmt(struct ieee80211_node *, struct mbuf *, int,