diff options
Diffstat (limited to 'sys/dev/ic/atwvar.h')
-rw-r--r-- | sys/dev/ic/atwvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/atwvar.h b/sys/dev/ic/atwvar.h index c83523b47b1..b784dab5403 100644 --- a/sys/dev/ic/atwvar.h +++ b/sys/dev/ic/atwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: atwvar.h,v 1.14 2008/06/27 06:03:08 ray Exp $ */ +/* $OpenBSD: atwvar.h,v 1.15 2008/07/21 18:43:19 damien Exp $ */ /* $NetBSD: atwvar.h,v 1.13 2004/07/23 07:07:55 dyoung Exp $ */ /* @@ -197,7 +197,7 @@ struct atw_softc { enum ieee80211_state, int); void (*sc_recv_mgmt)(struct ieee80211com *, struct mbuf *, struct ieee80211_node *, - int, int, u_int32_t); + struct ieee80211_rxinfo *, int); struct ieee80211_node *(*sc_node_alloc)(struct ieee80211com *); void (*sc_node_free)(struct ieee80211com *, struct ieee80211_node *); |