iwm: Remove a couple of unused fields from the softc.

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2019-11-07 23:29:00 +00:00
parent 113875bd68
commit 22a4c7bcb3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354493

View File

@ -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;