diff options
Diffstat (limited to 'sys/dev/awi/awivar.h')
-rw-r--r-- | sys/dev/awi/awivar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/awi/awivar.h b/sys/dev/awi/awivar.h index f805b8fbfe97..762d1dad4d83 100644 --- a/sys/dev/awi/awivar.h +++ b/sys/dev/awi/awivar.h @@ -92,7 +92,7 @@ struct awi_softc { enum ieee80211_state, int); void (*sc_recv_mgmt)(struct ieee80211com *, struct mbuf *, struct ieee80211_node *, - int, int, u_int32_t); + int, int, int, u_int32_t); int (*sc_send_mgmt)(struct ieee80211com *, struct ieee80211_node *, int, int); |