if_iwmvar.h (22d1b05c8c37a0c9c7b391492ccd0c60835d9ea1) | if_iwmvar.h (355c15130aef13484821051a655da9b9066e1015) |
---|---|
1/* $OpenBSD: if_iwmvar.h,v 1.7 2015/03/02 13:51:10 jsg Exp $ */ 2/* $FreeBSD$ */ 3 4/* 5 * Copyright (c) 2014 genua mbh <info@genua.de> 6 * Copyright (c) 2014 Fixup Software Ltd. 7 * 8 * Permission to use, copy, modify, and distribute this software for any --- 497 unchanged lines hidden (view full) --- 506 struct iwm_rx_phy_info sc_last_phy_info; 507 int sc_ampdu_ref; 508 509 struct iwm_int_sta sc_aux_sta; 510 511 /* phy contexts. we only use the first one */ 512 struct iwm_phy_ctxt sc_phyctxt[IWM_NUM_PHY_CTX]; 513 | 1/* $OpenBSD: if_iwmvar.h,v 1.7 2015/03/02 13:51:10 jsg Exp $ */ 2/* $FreeBSD$ */ 3 4/* 5 * Copyright (c) 2014 genua mbh <info@genua.de> 6 * Copyright (c) 2014 Fixup Software Ltd. 7 * 8 * Permission to use, copy, modify, and distribute this software for any --- 497 unchanged lines hidden (view full) --- 506 struct iwm_rx_phy_info sc_last_phy_info; 507 int sc_ampdu_ref; 508 509 struct iwm_int_sta sc_aux_sta; 510 511 /* phy contexts. we only use the first one */ 512 struct iwm_phy_ctxt sc_phyctxt[IWM_NUM_PHY_CTX]; 513 |
514 struct iwm_notif_statistics_v10 sc_stats; | 514 struct iwm_notif_statistics sc_stats; |
515 int sc_noise; 516 517 struct iwm_rx_radiotap_header sc_rxtap; 518 struct iwm_tx_radiotap_header sc_txtap; 519 520 int sc_max_rssi; 521 522 struct iwm_notif_wait_data *sc_notif_wait; --- 58 unchanged lines hidden --- | 515 int sc_noise; 516 517 struct iwm_rx_radiotap_header sc_rxtap; 518 struct iwm_tx_radiotap_header sc_txtap; 519 520 int sc_max_rssi; 521 522 struct iwm_notif_wait_data *sc_notif_wait; --- 58 unchanged lines hidden --- |