summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/if_wivar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/wi/if_wivar.h')
-rw-r--r--sys/dev/wi/if_wivar.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/wi/if_wivar.h b/sys/dev/wi/if_wivar.h
index 3739a8e..c5bc139 100644
--- a/sys/dev/wi/if_wivar.h
+++ b/sys/dev/wi/if_wivar.h
@@ -60,8 +60,8 @@ struct wi_vap {
struct ieee80211vap wv_vap;
struct ieee80211_beacon_offsets wv_bo;
- void (*wv_recv_mgmt)(struct ieee80211_node *,
- struct mbuf *, int, int, int, u_int32_t);
+ void (*wv_recv_mgmt)(struct ieee80211_node *, struct mbuf *,
+ int, int, int);
int (*wv_newstate)(struct ieee80211vap *,
enum ieee80211_state, int);
};
@@ -141,9 +141,7 @@ struct wi_softc {
u_int16_t sc_txbuf[IEEE80211_MAX_LEN/2];
struct wi_tx_radiotap_header sc_tx_th;
- int sc_tx_th_len;
struct wi_rx_radiotap_header sc_rx_th;
- int sc_rx_th_len;
};
/* maximum consecutive false change-of-BSSID indications */
OpenPOWER on IntegriCloud