diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2019-11-07 23:29:00 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2019-11-07 23:29:00 +0000 |
| commit | 22a4c7bcb312ec8ccbd5ffb5b4c7c540523a276f (patch) | |
| tree | 640d81d4af460c369f986ecf0c3af063d3c50ecd /sys/dev/iwm | |
| parent | 113875bd6814f4c6e52837e348ae7f36827aa7d9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/iwm')
| -rw-r--r-- | sys/dev/iwm/if_iwmvar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/iwm/if_iwmvar.h b/sys/dev/iwm/if_iwmvar.h index 4f303d1ec8de..e1e79bb6d19d 100644 --- a/sys/dev/iwm/if_iwmvar.h +++ b/sys/dev/iwm/if_iwmvar.h @@ -459,8 +459,6 @@ struct iwm_softc { struct iwm_rx_ring rxq; int qfullmsk; - int sc_sf_state; - /* ICT table. */ struct iwm_dma_info ict_dma; int ict_cur; @@ -526,8 +524,6 @@ struct iwm_softc { struct iwm_notif_statistics_v10 sc_stats; int sc_noise; - caddr_t sc_drvbpf; - struct iwm_rx_radiotap_header sc_rxtap; struct iwm_tx_radiotap_header sc_txtap; |
