Deleted Added
full compact
if_iwnvar.h (260053) if_iwnvar.h (262422)
1/* $FreeBSD: head/sys/dev/iwn/if_iwnvar.h 260053 2013-12-29 19:32:27Z marius $ */
1/* $FreeBSD: head/sys/dev/iwn/if_iwnvar.h 262422 2014-02-24 02:37:04Z adrian $ */
2/* $OpenBSD: if_iwnvar.h,v 1.18 2010/04/30 16:06:46 damien Exp $ */
3
4/*-
5 * Copyright (c) 2013 Cedric GROSS <cg@cgross.info>
6 * Copyright (c) 2011 Intel Corporation
7 * Copyright (c) 2007, 2008
8 * Damien Bergamini <damien.bergamini@free.fr>
9 * Copyright (c) 2008 Sam Leffler, Errno Consulting

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

323 struct iwn_rx_stat last_rx_stat;
324 int last_rx_valid;
325 struct iwn_ucode_info ucode_info;
326 struct iwn_rxon rx_on[IWN_NUM_RXON_CTX];
327 struct iwn_rxon *rxon;
328 int ctx;
329 struct ieee80211vap *ivap[IWN_NUM_RXON_CTX];
330
2/* $OpenBSD: if_iwnvar.h,v 1.18 2010/04/30 16:06:46 damien Exp $ */
3
4/*-
5 * Copyright (c) 2013 Cedric GROSS <cg@cgross.info>
6 * Copyright (c) 2011 Intel Corporation
7 * Copyright (c) 2007, 2008
8 * Damien Bergamini <damien.bergamini@free.fr>
9 * Copyright (c) 2008 Sam Leffler, Errno Consulting

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

323 struct iwn_rx_stat last_rx_stat;
324 int last_rx_valid;
325 struct iwn_ucode_info ucode_info;
326 struct iwn_rxon rx_on[IWN_NUM_RXON_CTX];
327 struct iwn_rxon *rxon;
328 int ctx;
329 struct ieee80211vap *ivap[IWN_NUM_RXON_CTX];
330
331 /* General statistics */
332 /*
333 * The statistics are reset after each channel
334 * change. So it may be zeroed after things like
335 * a background scan.
336 *
337 * So for now, this is just a cheap hack to
338 * expose the last received statistics dump
339 * via an ioctl(). Later versions of this
340 * could expose the last 'n' messages, or just
341 * provide a pipeline for the firmware responses
342 * via something like BPF.
343 */
344 struct iwn_stats last_stat;
345 int last_stat_valid;
346
331 uint8_t uc_scan_progress;
332 uint32_t rawtemp;
333 int temp;
334 int noise;
335 uint32_t qfullmsk;
336
337 uint32_t prom_base;
338 struct iwn4965_eeprom_band

--- 67 unchanged lines hidden ---
347 uint8_t uc_scan_progress;
348 uint32_t rawtemp;
349 int temp;
350 int noise;
351 uint32_t qfullmsk;
352
353 uint32_t prom_base;
354 struct iwn4965_eeprom_band

--- 67 unchanged lines hidden ---