summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ralvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/ralvar.h')
-rw-r--r--sys/dev/ic/ralvar.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/dev/ic/ralvar.h b/sys/dev/ic/ralvar.h
index ccfb3a651e7..7e3650d6c9a 100644
--- a/sys/dev/ic/ralvar.h
+++ b/sys/dev/ic/ralvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ralvar.h,v 1.2 2005/02/19 09:45:16 damien Exp $ */
+/* $OpenBSD: ralvar.h,v 1.3 2005/02/28 17:03:33 damien Exp $ */
/*-
* Copyright (c) 2005
@@ -80,6 +80,11 @@ struct ral_rx_ring {
int cur_decrypt;
};
+struct ral_node {
+ struct ieee80211_node ni;
+ struct ieee80211_rssadapt rssadapt;
+};
+
struct ral_softc {
struct device sc_dev;
@@ -95,8 +100,6 @@ struct ral_softc {
bus_space_tag_t sc_st;
bus_space_handle_t sc_sh;
- struct ieee80211_rssadapt rssadapt;
-
struct timeout scan_ch;
struct timeout rssadapt_ch;