Deleted Added
full compact
if_wpivar.h (280088) if_wpivar.h (280106)
1/* $FreeBSD: head/sys/dev/wpi/if_wpivar.h 280088 2015-03-15 20:54:40Z adrian $ */
1/* $FreeBSD: head/sys/dev/wpi/if_wpivar.h 280106 2015-03-15 21:19:15Z 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.

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

175 uint32_t txq_active;
176
177 struct wpi_rx_ring rxq;
178
179 /* TX Thermal Callibration. */
180 struct callout calib_to;
181 int calib_cnt;
182
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.

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

175 uint32_t txq_active;
176
177 struct wpi_rx_ring rxq;
178
179 /* TX Thermal Callibration. */
180 struct callout calib_to;
181 int calib_cnt;
182
183 struct callout scan_timeout;
184
183 /* Watch dog timers. */
184 struct callout watchdog_to;
185 struct callout watchdog_rfkill;
186
187 /* Firmware image. */
188 struct wpi_fw_info fw;
189 uint32_t errptr;
190

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

199 struct wpi_rxon rxon;
200 int temp;
201 uint32_t qfullmsk;
202
203 uint32_t nodesmsk;
204 struct mtx nt_mtx;
205
206 int sc_tx_timer;
185 /* Watch dog timers. */
186 struct callout watchdog_to;
187 struct callout watchdog_rfkill;
188
189 /* Firmware image. */
190 struct wpi_fw_info fw;
191 uint32_t errptr;
192

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

201 struct wpi_rxon rxon;
202 int temp;
203 uint32_t qfullmsk;
204
205 uint32_t nodesmsk;
206 struct mtx nt_mtx;
207
208 int sc_tx_timer;
207 int sc_scan_timer;
208
209 void (*sc_node_free)(struct ieee80211_node *);
210 void (*sc_scan_curchan)(struct ieee80211_scan_state *,
211 unsigned long);
212
213 struct wpi_rx_radiotap_header sc_rxtap;
214 struct wpi_tx_radiotap_header sc_txtap;
215

--- 44 unchanged lines hidden ---
209
210 void (*sc_node_free)(struct ieee80211_node *);
211 void (*sc_scan_curchan)(struct ieee80211_scan_state *,
212 unsigned long);
213
214 struct wpi_rx_radiotap_header sc_rxtap;
215 struct wpi_tx_radiotap_header sc_txtap;
216

--- 44 unchanged lines hidden ---