Deleted Added
full compact
if_wpivar.h (280120) if_wpivar.h (282376)
1/* $FreeBSD: head/sys/dev/wpi/if_wpivar.h 280120 2015-03-15 21:32:11Z adrian $ */
1/* $FreeBSD: head/sys/dev/wpi/if_wpivar.h 282376 2015-05-03 22:43:45Z adrian $ */
2
3/*-
4 * Copyright (c) 2006,2007
5 * Damien Bergamini <damien.bergamini@free.fr>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.

--- 195 unchanged lines hidden (view full) ---

205
206 int temp;
207 uint32_t qfullmsk;
208
209 uint32_t nodesmsk;
210 struct mtx nt_mtx;
211
212 void (*sc_node_free)(struct ieee80211_node *);
2
3/*-
4 * Copyright (c) 2006,2007
5 * Damien Bergamini <damien.bergamini@free.fr>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.

--- 195 unchanged lines hidden (view full) ---

205
206 int temp;
207 uint32_t qfullmsk;
208
209 uint32_t nodesmsk;
210 struct mtx nt_mtx;
211
212 void (*sc_node_free)(struct ieee80211_node *);
213 void (*sc_scan_curchan)(struct ieee80211_scan_state *,
214 unsigned long);
215
216 struct wpi_rx_radiotap_header sc_rxtap;
217 struct wpi_tx_radiotap_header sc_txtap;
218
219 /* Firmware image. */
220 const struct firmware *fw_fp;
221
222 /* Firmware DMA transfer. */

--- 70 unchanged lines hidden ---
213
214 struct wpi_rx_radiotap_header sc_rxtap;
215 struct wpi_tx_radiotap_header sc_txtap;
216
217 /* Firmware image. */
218 const struct firmware *fw_fp;
219
220 /* Firmware DMA transfer. */

--- 70 unchanged lines hidden ---