From 22a4c7bcb312ec8ccbd5ffb5b4c7c540523a276f Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 7 Nov 2019 23:29:00 +0000 Subject: [PATCH] iwm: Remove a couple of unused fields from the softc. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation --- sys/dev/iwm/if_iwmvar.h | 4 ---- 1 file changed, 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;